------------------------------------------------------- CppUTest Version 4.0 Current compiler options: CC: /usr/bin/clang CXX: /usr/bin/clang++ CppUTest CFLAGS: -include "/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorMallocMacros.h" -Weverything -Wall -Wextra -pedantic -Wshadow -Wswitch-default -Wswitch-enum -Wconversion -Wsign-conversion -Wno-padded -Wno-disabled-macro-expansion -Wno-reserved-id-macro -Wno-keyword-macro -Wno-long-long -Wstrict-prototypes CppUTest CXXFLAGS: -include "/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h" -include "/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorMallocMacros.h" -Weverything -Wall -Wextra -pedantic -Wshadow -Wswitch-default -Wswitch-enum -Wconversion -Wsign-conversion -Wno-padded -Wno-disabled-macro-expansion -Wno-reserved-id-macro -Wno-keyword-macro -Wno-long-long -Woverloaded-virtual -Wno-global-constructors -Wno-exit-time-destructors -Wno-weak-vtables -Wno-old-style-cast CppUTest LDFLAGS: Features configured in CppUTest: Memory Leak Detection: ON Compiling Extensions: ON Support Long Long: OFF Use CppUTest flags: ON Using Standard C library: ON Using Standard C++ library: ON Using C++11 library: OFF Generating map file: OFF Compiling with coverage: OFF Compile and run self-tests ON Run self-tests separately OFF ------------------------------------------------------- CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 35 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::1901:: 21/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:: 62warning:: 39'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: void operator delete[](void* mem) UT_NOTHROW;306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 125expanded from macro '_override': 24: note: #define _override overrideexpanded from macro 'UT_NOTHROW' ^ #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hIn file included from :191::126: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h :warning64: :'override' keyword is incompatible with C++98 [-Wc++98-compat]51 : warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 void operator delete (void* mem, size_t size) UT_NOTHROW;: ^note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125#define _override override: 24 ^: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexceptIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp ^: 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warningIn file included from : 'override' keyword is incompatible with C++98 [-Wc++98-compat]: 1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning virtual void teardown() _override;: noexcept specifications are incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: void operator delete[] (void* mem, size_t size) UT_NOTHROW;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override125 : ^24 : note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp :28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::1939:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hnote:: 72expanded from macro '_override': 42: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h28:: 322In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h30::44 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h: :expanded from macro '_destructor_override'93 :59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _destructor_override override ^ virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp28:: 28In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h39:: 44/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h255::11134::76 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override;: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp39:: 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :In file included from 257/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::4744:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.hwarning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]: 112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp::4528:: 5In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :warning45: : defaulted function definitions are incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h :45:91: warning: DEFAULT_COPY_CONSTRUCTOR(TestResult)'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;note ^ : expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:53:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalMemoryReportFormatter() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:55:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_start(TestResult* /*result*/, UtestShell& /*test*/) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:56:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_end(TestResult* /*result*/, UtestShell& /*test*/) _override {} // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:58:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_start(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:59:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_end(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:61:148: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:62:134: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_free_memory(TestResult* result, TestMemoryAllocator* allocator, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:42:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CodeMemoryReportFormatter() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:44:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_start(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:45:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_end(TestResult* /*result*/, UtestShell& /*test*/) _override {} // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:47:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_start(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:48:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_end(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:50:148: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:51:134: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_free_memory(TestResult* result, TestMemoryAllocator* allocator, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp#define _override override: 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp::3028: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::3145: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h::9646::3640:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::322322::3030:: notenote: : expanded from macro '_destructor_override'expanded from macro '_destructor_override' #define _destructor_override override#define _destructor_override override ^ ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp::2830: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h::4531: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h::4898::7076:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp: :In file included from 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :In file included from 45/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h31:: 49/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h::7199:: 88warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override;: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp :28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::1945:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.hnote:: 45expanded from macro '_override': 91: warning: #define _override override'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp: MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR);30 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h31:: 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h::17103:: 43note:: expanded from macro 'NULLPTR'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:In file included from 127/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp::3729:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: virtual ~NullUnknownAllocator() _destructor_override;'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: virtual ~ConsoleTestOutput() _destructor_overridenote : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_destructor_override': 322:30: note: #define _destructor_override overrideexpanded from macro '_destructor_override' ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp30:: 29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h31:: 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h129::12476::45 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::30125: :In file included from 26/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:: 31warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 130:88: warning: virtual void flush() _override;'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^#define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp: virtual ~FailableMemoryAllocator() _destructor_override;29 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h32:: 322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::30148:: 39note:: expanded from macro '_destructor_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: In file included from #define _destructor_override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h : ^31 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: virtual char* alloc_memory(size_t size, const char* file, size_t line) _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note void printBuffer(const char* s) _override: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp::14429:: 52In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h :warning32: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ void flush() _override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: virtual void printTestsStarted() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h : ^210 :46/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: In file included from expanded from macro '_destructor_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32#define _destructor_override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h ^: 184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp virtual void printTestsEnded(const TestResult& result) _override;: 30 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::31306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:1976:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp306::2919: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.hnote:: 32expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:#define _override override66 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp ^: 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h306::3119: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h :note213: :expanded from macro '_override'88 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ In file included from virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h::30632:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 187note:: 63expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void printCurrentTestEnded(const TestResult& res) _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp::30630:: 19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h: :expanded from macro '_override'31 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:#define _override override52 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual TestMemoryAllocator* actualAllocator() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h::30632:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 188note:: 67expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp306::3019: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.hnote:: 31expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218#define _override override: 44 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp virtual const char* alloc_name() const _override;: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::32306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h19::189 :note64: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void printCurrentGroupEnded(const TestResult& res) _override; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h30:: 306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h19::31 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h: :expanded from macro '_override'219 :43: warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp::30629:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h :note32: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :191:48:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h virtual void print(const char*) _override;: 43 ^: 38:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' virtual ~MemoryReportAllocator() _destructor_override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h#define _destructor_override override: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp : ^30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:51:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: virtual char* alloc_memory(size_t size, const char* file, size_t line) _override;196 : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' virtual void print(size_t) _override; ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:52:88In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp :warning29: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ virtual void printDouble(double) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp30:: 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h: :In file included from 54/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h::3832:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hwarning:: 198'override' keyword is incompatible with C++98 [-Wc++98-compat]: 59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual void printFailure(const TestFailure& failure) _override;: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define _override override note ^: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:55:44:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cppwarning:: 29'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52 virtual const char* alloc_name() const _override;: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' virtual void setProgressIndicator(const char*) _override; ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:#define _override override30 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h :56:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32 virtual const char* free_name() const _override;: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h ^: 201:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h26::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' virtual void flush() _override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cppexpanded from macro '_override': 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:58#define _override override:52 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cppIn file included from :33:321/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:: 31warning: : In file included from 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h :31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ ac_(ac), av_(av), needHelp_(false), verbose_(false), veryVerbose_(false), color_(false), runTestsAsSeperateProcess_(false), listTestGroupNames_(false), listTestGroupAndCaseNames_(false), runIgnored_(false), reversing_(false), shuffling_(false), shufflingPreSeeded_(false), repeat_(1), shuffleSeed_(0), groupFilters_(NULLPTR), nameFilters_(NULLPTR), outputType_(OUTPUT_ECLIPSE) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineArguments.cpp:33:344: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ac_(ac), av_(av), needHelp_(false), verbose_(false), veryVerbose_(false), color_(false), runTestsAsSeperateProcess_(false), listTestGroupNames_(false), listTestGroupAndCaseNames_(false), runIgnored_(false), reversing_(false), shuffling_(false), shufflingPreSeeded_(false), repeat_(1), shuffleSeed_(0), groupFilters_(NULLPTR), nameFilters_(NULLPTR), outputType_(OUTPUT_ECLIPSE) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:47:26: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : codeReportingList_(NULLPTR), internalAllocator_(internalAllocator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:168:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (memory == NULLPTR) variableName = "NULL"; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 102 warnings generated. 60 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override : ^1 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h233::26525::18 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ typedef unsigned long long cpputest_ulonglong;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/IEEE754ExceptionsPlugin.h:38:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/IEEE754ExceptionsPlugin.h:39:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:48:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!feclearexcept(FE_ALL_EXCEPT)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:95:26: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if(inexactDisabled_) CHECK(!feclearexcept(FE_INEXACT)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:97:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!feclearexcept(FE_ALL_EXCEPT)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 40 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp39:: 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h190::7321::60 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cppnote:: 32expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp28:: 32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h::39104: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h5::214 :warning46: :defaulted function definitions are incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: virtual ~ExecFunctionWithoutParameters() _destructor_override;expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30 #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;: ^note : expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cpp:41:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ virtual void exitCurrentTest() const _override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h314::30617::19 :note : noteexpanded from macro 'NULLPTR': expanded from macro '_override' #define NULLPTR nullptr#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockFailure.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h49::3950: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :warning228: :'override' keyword is incompatible with C++98 [-Wc++98-compat]67 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailureReporterTestTerminator() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :: expanded from macro '_destructor_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _destructor_override override: 314 ^: 17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.hIn file included from :31:: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h96::6536::53 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: noexcept specifications are incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::30125:: 24note:: expanded from macro '_destructor_override'note : expanded from macro 'UT_NOTHROW' #define _destructor_override override #define UT_NOTHROW noexcept ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:In file included from 52/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:: 28warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning virtual char* allocMemoryLeakNode(size_t size) _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note virtual void exitCurrentTest() const _override;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:#define _destructor_override override29 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:43:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryReportAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' In file included from #define _destructor_override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp : ^28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h ^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:51:76: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: virtual char* alloc_memory(size_t size, const char* file, size_t line) _override;'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual void setup() _override;note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define _override override: ^note : expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp29:: 28In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h32:: 39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h52::19288::29 :warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override;306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:54:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h28:: 55In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h44::39 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]214 :46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual ~ExecFunctionWithoutParameters() _destructor_override;: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :322:30:#define _override override note ^: expanded from macro '_destructor_override' #define _destructor_override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:56In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp43::28 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning virtual const char* free_name() const _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual void exec() _override;: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define _override override note ^: expanded from macro '_override' #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:58:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:47:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp virtual ~MemoryReporterPlugin() _destructor_override;: 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::39322: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h30::234 :note38: :expanded from macro '_destructor_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:49#define _destructor_override override: 72 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell & test, TestResult & result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp::1928:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :expanded from macro '_override'39 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:#define _override override42 : ^ warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h::31450::1773:: notewarning: : expanded from macro 'NULLPTR''override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual void postTestAction(UtestShell & test, TestResult & result) _override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp :28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::1939:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hnote:: 228expanded from macro '_override': 67: warning: #define _override override'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp::31429:: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h::51: 64note:: expanded from macro 'NULLPTR'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual bool parseArguments(int, const char *const *, int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:53:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp virtual ~NormalMemoryReportFormatter() _destructor_override;: 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::39322: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h30::254 :note34: :expanded from macro '_destructor_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:30#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h ^: 55:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39 virtual void report_testgroup_start(TestResult* /*result*/, UtestShell& /*test*/) _override;: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h ^: 255:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h34::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' virtual void setRunIgnored() _override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp#define _override override: 30 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:56:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_end(TestResult* /*result*/, UtestShell& /*test*/) _override {} // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual SimpleString getMacroName() const _override;: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:In file included from 58/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp::7428:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]39 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_start(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override;19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: #define _override overridenote : ^expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:59:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_end(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:61:148: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:62:134: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_free_memory(TestResult* result, TestMemoryAllocator* allocator, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:42:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CodeMemoryReportFormatter() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp: :In file included from 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h42:: 44/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h::7945:: 5warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ virtual void report_testgroup_start(TestResult* result, UtestShell& test) _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :150/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::80306:: 19note:: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR'note : expanded from macro '_override' #define _override override ^ #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:45:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_end(TestResult* /*result*/, UtestShell& /*test*/) _override {} // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:47:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_start(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:48:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_end(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:50:148: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:51:134: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_free_memory(TestResult* result, TestMemoryAllocator* allocator, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:34:54: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : TestPlugin("MemoryReporterPlugin"), formatter_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:65:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:86: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:158: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:121:23: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (formatter_ == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:143:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:139:23: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (formatter_ == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReporterPlugin.cpp:144:27: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (test.getNext() == NULLPTR || test.getNext()->getGroup() != currentTestGroup_) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:143:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UT_THROW_BAD_ALLOC_WHEN_NULL(memory); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:134:60: note: expanded from macro 'UT_THROW_BAD_ALLOC_WHEN_NULL' #define UT_THROW_BAD_ALLOC_WHEN_NULL(memory) if (memory == NULLPTR) throw std::bad_alloc() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:147:69: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void* threadsafe_mem_leak_operator_new_nothrow (size_t size) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:157:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UT_THROW_BAD_ALLOC_WHEN_NULL(memory); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:134:60: note: expanded from macro 'UT_THROW_BAD_ALLOC_WHEN_NULL' #define UT_THROW_BAD_ALLOC_WHEN_NULL(memory) if (memory == NULLPTR) throw std::bad_alloc() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:165:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UT_THROW_BAD_ALLOC_WHEN_NULL(memory); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:134:60: note: expanded from macro 'UT_THROW_BAD_ALLOC_WHEN_NULL' #define UT_THROW_BAD_ALLOC_WHEN_NULL(memory) if (memory == NULLPTR) throw std::bad_alloc() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:169:75: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void* threadsafe_mem_leak_operator_new_array_nothrow (size_t size) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:179:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UT_THROW_BAD_ALLOC_WHEN_NULL(memory); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:134:60: note: expanded from macro 'UT_THROW_BAD_ALLOC_WHEN_NULL' #define UT_THROW_BAD_ALLOC_WHEN_NULL(memory) if (memory == NULLPTR) throw std::bad_alloc() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:183:61: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void threadsafe_mem_leak_operator_delete (void* mem) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:190:67: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void threadsafe_mem_leak_operator_delete_array (void* mem) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:201:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UT_THROW_BAD_ALLOC_WHEN_NULL(memory); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:134:60: note: expanded from macro 'UT_THROW_BAD_ALLOC_WHEN_NULL' #define UT_THROW_BAD_ALLOC_WHEN_NULL(memory) if (memory == NULLPTR) throw std::bad_alloc() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:205:58: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void* mem_leak_operator_new_nothrow (size_t size) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:213:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UT_THROW_BAD_ALLOC_WHEN_NULL(memory); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:134:60: note: expanded from macro 'UT_THROW_BAD_ALLOC_WHEN_NULL' #define UT_THROW_BAD_ALLOC_WHEN_NULL(memory) if (memory == NULLPTR) throw std::bad_alloc() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:220:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UT_THROW_BAD_ALLOC_WHEN_NULL(memory); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:134:60: note: expanded from macro 'UT_THROW_BAD_ALLOC_WHEN_NULL' #define UT_THROW_BAD_ALLOC_WHEN_NULL(memory) if (memory == NULLPTR) throw std::bad_alloc() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:224:64: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void* mem_leak_operator_new_array_nothrow (size_t size) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:232:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UT_THROW_BAD_ALLOC_WHEN_NULL(memory); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:134:60: note: expanded from macro 'UT_THROW_BAD_ALLOC_WHEN_NULL' #define UT_THROW_BAD_ALLOC_WHEN_NULL(memory) if (memory == NULLPTR) throw std::bad_alloc() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:236:50: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void mem_leak_operator_delete (void* mem) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:242:56: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void mem_leak_operator_delete_array (void* mem) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:251:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UT_THROW_BAD_ALLOC_WHEN_NULL(memory); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:134:60: note: expanded from macro 'UT_THROW_BAD_ALLOC_WHEN_NULL' #define UT_THROW_BAD_ALLOC_WHEN_NULL(memory) if (memory == NULLPTR) throw std::bad_alloc() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:255:56: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void* normal_operator_new_nothrow (size_t size) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:263:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UT_THROW_BAD_ALLOC_WHEN_NULL(memory); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:134:60: note: expanded from macro 'UT_THROW_BAD_ALLOC_WHEN_NULL' #define UT_THROW_BAD_ALLOC_WHEN_NULL(memory) if (memory == NULLPTR) throw std::bad_alloc() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:270:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UT_THROW_BAD_ALLOC_WHEN_NULL(memory); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:134:60: note: expanded from macro 'UT_THROW_BAD_ALLOC_WHEN_NULL' #define UT_THROW_BAD_ALLOC_WHEN_NULL(memory) if (memory == NULLPTR) throw std::bad_alloc() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:274:62: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void* normal_operator_new_array_nothrow (size_t size) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:282:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UT_THROW_BAD_ALLOC_WHEN_NULL(memory); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:134:60: note: expanded from macro 'UT_THROW_BAD_ALLOC_WHEN_NULL' #define UT_THROW_BAD_ALLOC_WHEN_NULL(memory) if (memory == NULLPTR) throw std::bad_alloc() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:286:48: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void normal_operator_delete (void* mem) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:291:54: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void normal_operator_delete_array (void* mem) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:297:56: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void *(*operator_new_nothrow_fptr)(size_t size) UT_NOTHROW = mem_leak_operator_new_nothrow; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 43 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:300:62: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void *(*operator_new_array_nothrow_fptr)(size_t size) UT_NOTHROW = mem_leak_operator_new_array_nothrow; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:302:48: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void (*operator_delete_fptr)(void* mem) UT_NOTHROW = mem_leak_operator_delete; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:303:54: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void (*operator_delete_array_fptr)(void* mem) UT_NOTHROW = mem_leak_operator_delete_array; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:306:62: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void *(*saved_operator_new_nothrow_fptr)(size_t size) UT_NOTHROW = mem_leak_operator_new_nothrow; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:309:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void *(*saved_operator_new_array_nothrow_fptr)(size_t size) UT_NOTHROW = mem_leak_operator_new_array_nothrow; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:311:54: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void (*saved_operator_delete_fptr)(void* mem) UT_NOTHROW = mem_leak_operator_delete; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:312:60: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] static void (*saved_operator_delete_array_fptr)(void* mem) UT_NOTHROW = mem_leak_operator_delete_array; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:325:33: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:330:54: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char*, size_t) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:336:42: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:352:35: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:357:56: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char*, size_t) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:363:44: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:371:56: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void* operator new(size_t size, const std::nothrow_t&) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:376:56: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const std::nothrow_t&) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:381:58: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void* operator new[](size_t size, const std::nothrow_t&) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:386:58: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const std::nothrow_t&) UT_NOTHROW ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:521:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningReporter() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:525:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void fail(char* fail_string) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:532:44: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] static MemoryLeakFailure* globalReporter = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:533:45: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] static MemoryLeakDetector* globalDetector = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:537:27: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (globalDetector == NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:569:22: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] globalDetector = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:573:66: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin* MemoryLeakWarningPlugin::firstPlugin_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakWarningPlugin.cpp:598:25: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (firstPlugin_ == NULLPTR) firstPlugin_ = this; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 86 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 134 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' In file included from #define UT_NOTHROW noexcept/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: In file included from warning: :'override' keyword is incompatible with C++98 [-Wc++98-compat]1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); }noexcept specifications are incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 void operator delete(void* mem) UT_NOTHROW;: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'125 :24:#define _override override note ^: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warningIn file included from : 'override' keyword is incompatible with C++98 [-Wc++98-compat]: 1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: void operator delete[](void* mem) UT_NOTHROW;19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 125:24#define _override override: ^note : expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp: void operator delete[] (void* mem, size_t size) UT_NOTHROW;29 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h31:: 125In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h24::33 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h: :expanded from macro 'UT_NOTHROW'86 :51: warning: #define UT_NOTHROW noexcept'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp : ^28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp72::2942: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning41: :'override' keyword is incompatible with C++98 [-Wc++98-compat]57 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; virtual MockActualCall& withCallOrder(unsigned int) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp :warning28: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37 virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override;: ^warning : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' virtual ~NormalTestTerminator() _destructor_override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp: :expanded from macro '_destructor_override'29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: #define _destructor_override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override;: 39 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::79306::4219:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp19::29 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :expanded from macro '_override'45 :92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp :note28: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h ^: 80:48: warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp :29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::30306:: 19note:: expanded from macro '_destructor_override'note : expanded from macro '_override' #define _override override ^#define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::2829: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::6839:: 60/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 190warning:: 21'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 void testBody() _override;: 19 ^: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19#define _override override: ^note : expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:#define _override override29 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override;: 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::30639:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 191note:: 26:expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual void setup() _override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp :29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h306::7119::43 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override virtual long int returnLongIntValue() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp ^: 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::29192: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h29::72 :warning74: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ virtual long int returnLongIntValueOrDefault(long int default_value) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:In file included from 77/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp::5628:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]39 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46 virtual cpputest_longlong returnLongLongIntValue() _override;: ^warning : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' #define _override override ^ virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp322::2930: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note78: :expanded from macro '_destructor_override'96 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp#define _override override: 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp216::2925: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning80: :'override' keyword is incompatible with C++98 [-Wc++98-compat]51 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ virtual unsigned int returnUnsignedIntValue() _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp : ^28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::29233: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h25::84 :warning46: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: Utest* createTest() _override { return new ExecFunctionTest(this); }19 : ^ note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:#define _override override19 : ^ note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:: 28note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :39: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h : ^234 :38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning virtual ~ExecFunctionTestShell() _destructor_override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30 virtual double returnDoubleValueOrDefault(double default_value) _override;: ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_destructor_override': 306:19: note: expanded from macro '_override'#define _destructor_override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp::30628:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :note39: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :228:#define _override override42 : ^ warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override;: expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define NULLPTR nullptr: ^note : expanded from macro '_override' #define _override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp39:: 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h228::9267::41 :warning : warning'nullptr' is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :19 : ^ note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:#define _override override17 : ^ note: expanded from macro 'NULLPTR' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:#define NULLPTR nullptr29 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp: :In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h39:: 95/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::52229:: 116warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::1729:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 96expanded from macro 'NULLPTR': 71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:28In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h29:: 39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h146::25558::34 :warning : warning'nullptr' is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} virtual void setRunIgnored() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h314::30617::19 :note : noteexpanded from macro 'NULLPTR': expanded from macro '_override' #define NULLPTR nullptr ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp virtual SimpleString getMacroName() const _override;: 29 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h159::30636::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' virtual ~MockActualCallTrace() _destructor_override; #define _override override ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::25829:: 69/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 161warning:: 64'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: #define _override overrideexpanded from macro '_override' ^ #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp :29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::28171: :In file included from 94/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 42warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: DEFAULT_COPY_CONSTRUCTOR(TestResult)note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override150 : ^80 : note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp ^: 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::9329:: 59/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 239warning:: 74'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ virtual void postTestAction(UtestShell&, TestResult&) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note#define _override override: expanded from macro '_override' ^ #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp :29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp: :expanded from macro '_override'28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h#define _override override: 44 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp76::29 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]242 :81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: expanded from macro '_override' : expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h : ^112 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h77::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::306244::1994:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp ^: 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::4629:: 40/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 248warning:: 79'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::322306::3019:: notenote: : expanded from macro '_destructor_override'expanded from macro '_override' #define _override override #define _destructor_override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45 virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; }: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h ^: 48/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::70306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override ^ virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h306::25019::92 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp ^: 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h::2949: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h71::251 :warning106: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h28: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::1945:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.hnote:: 45expanded from macro '_override': 91: #define _override overridewarning : ^'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual bool hasReturnValue() _override { return false; }: 314 ^: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro 'NULLPTR': note: expanded from macro '_override' #define NULLPTR nullptr #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp19::29 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hexpanded from macro '_override': 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h#define _override override: 57 ^: 28: warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp :29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ virtual long int returnLongIntValue() _override { return 0; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^322 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h30::306 :note19: :expanded from macro '_destructor_override' note: expanded from macro '_override' #define _override override #define _destructor_override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp60::29 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]286 :60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h17::306 :note19: :expanded from macro 'NULLPTR' note: expanded from macro '_override'#define NULLPTR nullptr ^ #define _override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h::1934:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.hnote:: 90expanded from macro '_override': 50: #define _override overridewarning : ^'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h : expectedCall_(expectedCall), next_(NULLPTR) {}: 56 ^: 102: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 314'override' keyword is incompatible with C++98 [-Wc++98-compat] :17: note: virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override;expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:#define NULLPTR nullptr19 : ^ note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::2930: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::7432:: 59/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 38warning:: 38'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual ~MockCheckedActualCall() _destructor_override; note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override322 : ^30 : note: expanded from macro '_destructor_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h#define _destructor_override override: 75 ^: 65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:: 29note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^40 :64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual MockExpectedCall& andReturnValue(void (*value)()) _override;: 306 ^ :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' note: expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::2930: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::8032:: 57/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 41warning:: 57'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note virtual MockActualCall& withCallOrder(unsigned int) _override;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: ^ 306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; }: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::46306::10919:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp ^: 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::156306::7319:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::4730:: 105/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 157warning:: 76'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override;: 306 ^: 19: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: #define _override overridenote : ^expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp: virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; }29 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::32306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h19::48 :note114: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::2930: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::16032:: 83/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp306::3019: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :note161: :expanded from macro '_override'100 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp#define _override override: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:In file included from 50/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::9430:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hwarning:: 162'override' keyword is incompatible with C++98 [-Wc++98-compat]: 96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; }32 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h89::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp :30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::306164::1980:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::3230: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::52165::10088:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override;: ^note: expanded from macro '_override' #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp :30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:#define _override override85 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp note:: 29expanded from macro '_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; }: 306 ^: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^54 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h122::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp: virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override;30 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :169/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::93306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp29:: 30In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::32170: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h108::55 :warning120: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp: :expanded from macro '_override'30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp#define _override override: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp89::30 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]172 :102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; }: 57 ^: 121/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override;: 174 ^: 82: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } #define _override override ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp32:: 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h59::17535::55 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32 virtual MockExpectedCall& andReturnValue(bool) _override { return *this; }: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 60/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::42306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override ^ virtual MockNamedValue returnValue() _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::30630:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 178note:: 51expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp#define _override override: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp62::3063: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :warning179: :'override' keyword is incompatible with C++98 [-Wc++98-compat]60 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:In file included from 56/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:: 29warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36 virtual MockExpectedCall& andReturnValue(long int) _override { return *this; }: warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' virtual bool returnBoolValue() _override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp: :expanded from macro '_override'30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; }In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp ^: 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::1932:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 65expanded from macro '_override': 60: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h virtual int returnIntValueOrDefault(int default_value) _override;: 182 ^: 65:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^#define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp: :In file included from 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h32:: 183/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::6666:: 34warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ virtual int returnIntValue() _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h virtual MockExpectedCall& andReturnValue(double) _override { return *this;}: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::68306::6019:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual unsigned long int returnUnsignedLongIntValue() _override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp :30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h306::18519::59 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp69::3086: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :warning186: :'override' keyword is incompatible with C++98 [-Wc++98-compat]53 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^71 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h43::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp19::30 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :expanded from macro '_override'188 :58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp: :expanded from macro '_override'29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define _override override: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp :30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ virtual MockExpectedCall& onObject(void*) _override { return *this; } /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32 virtual ~MockFailure() _destructor_override {}: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 83/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::81322:: 30warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_destructor_override' #define _destructor_override override ^ virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h32:: 93In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h56::31 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]120 :34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; virtual ~ConsoleTestOutput() _destructor_override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306322::1930:: notenote: : expanded from macro '_override'expanded from macro '_destructor_override' #define _destructor_override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp::12429:: 45In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :warning32: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :95:52: virtual void printBuffer(const char* s) _override; warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' virtual void (*returnFunctionPointerValue())() _override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp :note32: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:#define _override override125 : ^26 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29#define _override override: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp::3229: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3132: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::14898::3961:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual MockActualCall& onObject(const void* objectPtr) _override;322 : ^30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_destructor_override': 19: note#define _destructor_override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp32:: 29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h31:: 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h186::14666::58 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {}: ^note : expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314#define _override override: 17 ^: note: expanded from macro 'NULLPTR' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32#define NULLPTR nullptr: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h :31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual void printCurrentGroupStarted(const UtestShell& test) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306::3219: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note159: :expanded from macro '_override'36 : warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32 virtual ~MockActualCallTrace() _destructor_override;: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h :31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::322189::3064:: notewarning: : expanded from macro '_destructor_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h::2931: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::19132:: 48/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 161warning:: 64'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockActualCall& withName(const SimpleString& name) _override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cppnote:: 32expanded from macro '_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:#define _override override192 : ^26 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp :note29: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 162:57: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning virtual MockActualCall& withCallOrder(unsigned int) _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual void printBuffer(const char*) _override;: 19 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h29:: 194In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h37::32 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]163 :85: warning virtual void print(const char*) _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::32306: :In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:: 31note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hexpanded from macro '_override': 195:30: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h32:: 164In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h83::31 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]196 :32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override;: ^note : expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h : ^31 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:: 29note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^165 :100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ virtual void printFailure(const TestFailure& failure) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' note: expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp52::29 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166: virtual void setProgressIndicator(const char*) _override;92 : ^ warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]306 :19: note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h32:: 306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h19::31 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: :expanded from macro '_override'201 :26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:53:123: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 : callOrder_(callOrder), reporter_(reporter), state_(CALL_SUCCEED), expectationsChecked_(false), matchingExpectation_(NULLPTR),: 19 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 314expanded from macro '_override': 17: note: expanded from macro 'NULLPTR' #define _override override #define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:54:71: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp: :'nullptr' is incompatible with C++98 [-Wc++98-compat]29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h allExpectations_(allExpectations), outputParameterExpectations_(NULLPTR): 180 ^: 35/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314warning:: 17'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr virtual bool hasReturnValue() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp::41133:: 32warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] matchingExpectation_ = NULLPTR; virtual void * returnPointerValue() _override; ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::17306:: 19note:: expanded from macro 'NULLPTR'note : expanded from macro '_override' #define NULLPTR nullptr ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp ^: 331:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h44::306 :warning19: :'nullptr' is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' if (actualParameter.getComparator() == NULLPTR) {#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp51::644116::41 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (outputParameterExpectations_ == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; #define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp :656:49:#define _override override warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockOutputParametersListNode* toBeDeleted = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: #define NULLPTR nullptrIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h941::17512::55 :warning warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314: virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;}17 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'NULLPTR': 306:19#define NULLPTR nullptr: ^note : expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp virtual MockExpectedCall& andReturnValue(bool) _override { return *this; }: 946 ^: 12:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'nullptr' is incompatible with C++98 [-Wc++98-compat]19 : note return NULLPTR;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:#define _override override17 : ^ note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp#define _override override: 951 ^: 12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from return NULLPTR;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h314::3317: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :note179: :expanded from macro 'NULLPTR'60 : warning#define NULLPTR nullptr: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:1006:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockActualCallTrace* MockActualCallTrace::instance_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:1010:22: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (instance_ == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:1018:17: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] instance_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h:38:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockSupportPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h:40:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h:41:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:42:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void failTest(const MockFailure& failure) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:47:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual UtestShell* getTestToFail() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp:80:43: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] mock().setMockFailureStandardReporter(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 260 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:86: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:158: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:143:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 288 warnings generated. In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:136:49: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] static TestMemoryAllocator* originalAllocator = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:140:30: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (originalAllocator == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestHarness_c.cpp:149:25: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] originalAllocator = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 87 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104In file included from : :warning1: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h :61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17 void operator delete(void* mem) UT_NOTHROW;: ^note : expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :125:#define NULLPTR nullptr24 : ^ note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:44:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:52:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailureReporterTestTerminatorForInCOnlyCode() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:64:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void failTest(const MockFailure& failure) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:72:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] static MockSupport* currentMockSupport = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:73:41: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] static MockExpectedCall* expectedCall = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:74:37: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] static MockActualCall* actualCall = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cppwarning:: 82'override' keyword is incompatible with C++98 [-Wc++98-compat]: 44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ virtual ~MockCFunctionComparatorNode() _destructor_override {} ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h322::32230::30 :note : noteexpanded from macro '_destructor_override': expanded from macro '_destructor_override' #define _destructor_override override ^#define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:84:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:88:60In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp :warning28: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: virtual SimpleString valueToString(const void* object) _override79 : ^42 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' virtual void exitCurrentTest() const _override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:98:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] static MockCFunctionComparatorNode* comparatorList_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:105:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCFunctionCopierNode() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:107:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:116:47: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] static MockCFunctionCopierNode* copierList_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:43:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryReportAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:51:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:52:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:54:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:55:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:56:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:58:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:53:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalMemoryReportFormatter() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:55:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_start(TestResult* /*result*/, UtestShell& /*test*/) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:56:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_end(TestResult* /*result*/, UtestShell& /*test*/) _override {} // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:58:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_start(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:59:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_end(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:61:148: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:62:134: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_free_memory(TestResult* result, TestMemoryAllocator* allocator, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:32:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryReportAllocator::MemoryReportAllocator() : result_(NULLPTR), realAllocator_(NULLPTR), formatter_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:32:83: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryReportAllocator::MemoryReportAllocator() : result_(NULLPTR), realAllocator_(NULLPTR), formatter_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportAllocator.cpp:32:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryReportAllocator::MemoryReportAllocator() : result_(NULLPTR), realAllocator_(NULLPTR), formatter_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 73 warnings generated. 267 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:33:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] tests_(NULLPTR), nameFilters_(NULLPTR), groupFilters_(NULLPTR), firstPlugin_(NullTestPlugin::instance()), runInSeperateProcess_(false), currentRepetition_(0), runIgnored_(false) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:33:35: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] tests_(NULLPTR), nameFilters_(NULLPTR), groupFilters_(NULLPTR), firstPlugin_(NullTestPlugin::instance()), runInSeperateProcess_(false), currentRepetition_(0), runIgnored_(false) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:33:59: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] tests_(NULLPTR), nameFilters_(NULLPTR), groupFilters_(NULLPTR), firstPlugin_(NullTestPlugin::instance()), runInSeperateProcess_(false), currentRepetition_(0), runIgnored_(false) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:51:45: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] for (UtestShell *test = tests_; test != NULLPTR; test = test->getNext()) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:80:45: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] for (UtestShell *test = tests_; test != NULLPTR; test = test->getNext()) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:103:45: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] for (UtestShell *test = tests_; test != NULLPTR; test = test->getNext()) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:136:48: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TestRegistry* TestRegistry::currentRegistry_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:141:33: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return (currentRegistry_ == NULLPTR) ? ®istry : currentRegistry_; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:151:43: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] tests_ = tests_ ? tests_->getNext() : NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:260:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:271:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 69 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:57:56: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] outOfOrder_(false), returnValue_(""), objectPtr_(NULLPTR), isSpecificObjectExpected_(false), wasPassedToObject_(true), ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:67:56: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] outOfOrder_(false), returnValue_(""), objectPtr_(NULLPTR), isSpecificObjectExpected_(false), wasPassedToObject_(true), ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:245:47: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return withOutputParameterReturning(name, NULLPTR, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:257:17: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return p != NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:263:17: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return p != NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:402:38: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (inputParameters_->begin() == NULLPTR && outputParameters_->begin() == NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCall.cpp:402:79: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (inputParameters_->begin() == NULLPTR && outputParameters_->begin() == NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 117 warnings generated. In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:33:85: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockNamedValueComparatorsAndCopiersRepository* MockNamedValue::defaultRepository_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:46:109: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockNamedValue::MockNamedValue(const SimpleString& name) : name_(name), type_("int"), size_(0), comparator_(NULLPTR), copier_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:46:127: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockNamedValue::MockNamedValue(const SimpleString& name) : name_(name), type_("int"), size_(0), comparator_(NULLPTR), copier_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:200:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("bool", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:210:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("unsigned int", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:217:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("int", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:229:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("long int", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:244:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("unsigned long int", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:256:17: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (long long int)value_.unsignedIntValue_; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:260:17: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (long long int)value_.unsignedLongIntValue_; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:263:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("long long int", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:273:26: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (unsigned long long int)value_.intValue_; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:275:26: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (unsigned long long int)value_.longIntValue_; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:279:26: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (unsigned long long int)value_.longLongIntValue_; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:282:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("unsigned long long int", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:305:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("double", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:311:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("double", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:317:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("const char*", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:323:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("void*", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:329:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("const void*", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:335:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("void (*)()", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:341:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("const unsigned char*", type_.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:406:62: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (value_.longLongIntValue_ >= 0) && ((unsigned long long)value_.longLongIntValue_ == p.value_.unsignedIntValue_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:408:92: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (p.value_.longLongIntValue_ >= 0) && (value_.unsignedIntValue_ == (unsigned long long)p.value_.longLongIntValue_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:410:62: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (value_.longLongIntValue_ >= 0) && ((unsigned long long)value_.longLongIntValue_ == p.value_.unsignedLongIntValue_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:412:96: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (p.value_.longLongIntValue_ >= 0) && (value_.unsignedLongIntValue_ == (unsigned long long)p.value_.longLongIntValue_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:414:62: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (value_.longLongIntValue_ >= 0) && ((unsigned long long)value_.longLongIntValue_ == p.value_.unsignedLongLongIntValue_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:416:100: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (p.value_.longLongIntValue_ >= 0) && (value_.unsignedLongLongIntValue_ == (unsigned long long)p.value_.longLongIntValue_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:418:92: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (p.value_.intValue_ >= 0) && (value_.unsignedLongLongIntValue_ == (unsigned long long)p.value_.intValue_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:420:54: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (value_.intValue_ >= 0) && ((unsigned long long)value_.intValue_ == p.value_.unsignedLongLongIntValue_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:426:96: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (p.value_.longIntValue_ >= 0) && (value_.unsignedLongLongIntValue_ == (unsigned long long)p.value_.longIntValue_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:428:58: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] return (value_.longIntValue_ >= 0) && ((unsigned long long)value_.longIntValue_ == p.value_.unsignedLongLongIntValue_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:546:30: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : data_(newValue), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:560:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockNamedValueList::MockNamedValueList() : head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:577:18: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (head_ == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:591:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:602:57: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), comparator_(comparator), copier_(NULLPTR), next_(next) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:604:36: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), comparator_(NULLPTR), copier_(copier), next_(next) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:613:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockNamedValueComparatorsAndCopiersRepository::MockNamedValueComparatorsAndCopiersRepository() : head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:646:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp:653:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:41:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~JUnitTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:43:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:44:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:45:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:46:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:47:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:48:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:50:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:51:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:52:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:53:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:54:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:56:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:11:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TeamCityTestOutput(void) _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:13:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:14:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:15:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:16:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:18:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:63:13: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] output_(NULLPTR), arguments_(NULLPTR), registry_(registry) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:63:34: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] output_(NULLPTR), arguments_(NULLPTR), registry_(registry) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/CommandLineTestRunner.cpp:155:24: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (junitOutput != NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 103 warnings generated. 80 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:35:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~OrderedTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:32:57: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] OrderedTestShell* OrderedTestShell::_orderedTestsHead = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:35:22: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] _nextOrderedTest(NULLPTR), _level(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:65:37: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return (getOrderedTestHead() == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:80:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (NULLPTR == reg->getFirstTest() || head == reg->getFirstTest()) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 40 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:43:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryReportAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:51:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:52:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:54:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:55:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:56:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:58:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:53:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalMemoryReportFormatter() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:55:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_start(TestResult* /*result*/, UtestShell& /*test*/) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:56:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_end(TestResult* /*result*/, UtestShell& /*test*/) _override {} // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:58:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_start(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:59:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_end(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:61:148: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MemoryReportFormatter.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:62:134: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_free_memory(TestResult* result, TestMemoryAllocator* allocator, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 70 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:34:26: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : originalAllocator_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:50:18: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : allocator_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:76:23: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (allocator_ != NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:86:23: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (allocator_ == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:105:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TestMemoryAllocator* SimpleString::stringAllocator_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:109:29: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (stringAllocator_ == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:197:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if((NULLPTR == s1) || (0 == n)) return result; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:210:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:237:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] buffer_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:291:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : buffer_(NULLPTR), bufferSize_(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:293:24: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (otherBuffer == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:300:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : buffer_(NULLPTR), bufferSize_(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:314:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : buffer_(NULLPTR), bufferSize_(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:328:54: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return StrStr(getBuffer(), other.getBuffer()) != NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:566:25: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (bufferToCopy == NULLPTR || bufferSize == 0) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp:967:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] collection_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:32:56: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockExpectedCallsList::MockExpectedCallsList() : head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:63:21: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return head_ == NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:117:18: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (head_ == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:150:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] p->expectedCall_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:159:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] p->expectedCall_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:169:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] p->expectedCall_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:179:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] p->expectedCall_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:187:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] p->expectedCall_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:195:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] p->expectedCall_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:203:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] p->expectedCall_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:211:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] p->expectedCall_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:220:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] p->expectedCall_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:225:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:235:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:243:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] p->expectedCall_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:248:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:254:43: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockExpectedCallsListNode* previous = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:255:46: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockExpectedCallsListNode* toBeDeleted = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:258:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (current->expectedCall_ == NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockExpectedCallsList.cpp:260:29: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (previous == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 95 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from 131/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp warning:s28 generated: . In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp::129: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::2232: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::264262::934:: warningwarning: : 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]'override' keyword is incompatible with C++98 [-Wc++98-compat] typedef long long cpputest_longlong; virtual int returnIntValue() _override { return 0; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::265 :note18: :expanded from macro '_override' warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] #define _override override typedef unsigned long long cpputest_ulonglong; ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp :warning29: : In file included from 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] typedef long long cpputest_longlong; ^ virtual ~MockCheckedExpectedCall() _destructor_override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 265:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h18::322 :warning30: :'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] note: expanded from macro '_destructor_override' typedef unsigned long long cpputest_ulonglong; ^#define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:47:179: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : actualCallOrder_(0), expectedCallOrder_(0), strictOrdering_(false), standardReporter_(&defaultReporter_), ignoreOtherCalls_(false), enabled_(true), lastActualFunctionCall_(NULLPTR), mockName_(mockName), tracing_(false) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:49:23: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] setActiveReporter(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:63:38: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] standardReporter_ = (reporter != NULLPTR) ? reporter : &defaultReporter_; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:116:31: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] lastActualFunctionCall_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:193:35: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] lastActualFunctionCall_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:343:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return data_.getValueByName(name) != NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:349:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (newData == NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:419:18: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (value == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:445:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("MockSupport", getData(mockingSupportName).getType().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport.cpp:459:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 264 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:86: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:158: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:143:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:36:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (mem == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:41:51: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] static TestMemoryAllocator* currentNewAllocator = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:42:56: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] static TestMemoryAllocator* currentNewArrayAllocator = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:43:54: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] static TestMemoryAllocator* currentMallocAllocator = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:52:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (currentNewAllocator == NULLPTR) setCurrentNewAllocatorToDefault(); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:74:37: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (currentNewArrayAllocator == NULLPTR) setCurrentNewArrayAllocatorToDefault(); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:96:35: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (currentMallocAllocator == NULLPTR) setCurrentMallocAllocatorToDefault(); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:114:31: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : originalMallocAllocator(NULLPTR), originalNewAllocator(NULLPTR), originalNewArrayAllocator(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:114:62: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : originalMallocAllocator(NULLPTR), originalNewAllocator(NULLPTR), originalNewArrayAllocator(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:114:98: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : originalMallocAllocator(NULLPTR), originalNewAllocator(NULLPTR), originalNewArrayAllocator(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:259:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:313:47: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] void init(LocationToFailAllocNode* next = NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:317:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] file_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:329:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : TestMemoryAllocator(name_str, alloc_name_str, free_name_str), head_(NULLPTR), currentAllocNumber_(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:351:41: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] LocationToFailAllocNode* previous = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:359:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:425:13: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : head_(NULLPTR), allocator_(defaultMallocAllocator()), useCacheSizes_(false) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:439:18: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (head_ == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:440:54: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_ = createNewAccountantAllocationNode(0, NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:443:36: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (lastNode->next_ == NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:444:72: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] lastNode->next_ = createNewAccountantAllocationNode(0, NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:469:53: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryAccountantAllocationNode* to_be_deleted = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:475:13: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:482:54: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (size > node->size_ && node->next_ == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:492:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:506:28: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (node->next_ == NULLPTR || node->next_->size_ > size) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:606:18: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (head_ == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:618:73: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : accountant_(accountant), originalAllocator_(origAllocator), head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:711:24: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : mallocAllocator_(NULLPTR), newAllocator_(NULLPTR), newArrayAllocator_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:711:48: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : mallocAllocator_(NULLPTR), newAllocator_(NULLPTR), newArrayAllocator_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::71139:: 77/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 72warning:: 42'nullptr' is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; : mallocAllocator_(NULLPTR), newAllocator_(NULLPTR), newArrayAllocator_(NULLPTR) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306314::19: note: expanded from macro '_override'17 : note#define _override override: expanded from macro 'NULLPTR' ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:730:29: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (mallocAllocator_ != NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp :758:29: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp if (mallocAllocator_ == NULLPTR): 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h39:: 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::17228:: 42note:: expanded from macro 'NULLPTR'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :#define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:82:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~SimpleStringCacheAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:84:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:85:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:87:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:88:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:89:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:91:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:45:52: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : allocator_(defaultMallocAllocator()), cache_(NULLPTR), nonCachedAllocations_(NULLPTR), hasWarnedAboutDeallocations(false) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:45:84: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : allocator_(defaultMallocAllocator()), cache_(NULLPTR), nonCachedAllocations_(NULLPTR), hasWarnedAboutDeallocations(false) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:66:35: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] node[i].freeMemoryHead_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:67:35: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] node[i].usedMemoryHead_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:133:59: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return getCacheNodeFromSize(size)->freeMemoryHead_ != NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:232:37: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] cache_[i].freeMemoryHead_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:241:37: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] cache_[i].freeMemoryHead_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:242:37: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] cache_[i].usedMemoryHead_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:246:29: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] nonCachedAllocations_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:275:25: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] cache_.setAllocator(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 73 warnings generated. 117 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:In file included from 70/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:: 28warning: : In file included from noexcept specifications are incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: virtual ~IgnoredUtestShell() _destructor_override;note : ^expanded from macro 'UT_NOTHROW' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322: #define UT_NOTHROW noexcept30 : ^ note: expanded from macro '_destructor_override' #define _destructor_override override In file included from ^ :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp :note28: : expanded from macro 'UT_NOTHROW'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39 #define UT_NOTHROW noexcept: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h ^: 254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62 virtual bool willRun() const _override;: 39 ^: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :noexcept specifications are incompatible with C++98 [-Wc++98-compat]306 :19: note: expanded from macro '_override' #define _override override ^ void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: In file included from expanded from macro 'UT_NOTHROW'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp :28: In file included from #define UT_NOTHROW noexcept/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h : ^39 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual void setRunIgnored() _override; : ^1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::64306::5119: :warning : notenoexcept specifications are incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #define _override override ^ void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: In file included from expanded from macro 'UT_NOTHROW'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h #define UT_NOTHROW noexcept: 39 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual SimpleString getMacroName() const _override;: 1 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h65::30653::19 warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' In file included from #define UT_NOTHROW noexcept/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp : ^28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:In file included from 46/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp::4028:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]39 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: virtual ~MemoryLeakWarningPlugin() _destructor_override; warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note virtual void setup() _override;: expanded from macro '_destructor_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:#define _destructor_override override19 : ^ note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp :warning28: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: virtual void preTestAction(UtestShell& test, TestResult& result) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h : ^192 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h29::306 :warning: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' virtual void teardown() _override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cppexpanded from macro '_override': 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h ^: 49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h28:: 39In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::45214: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h46::45 warning:: 91'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h322::31430::17 :note : noteexpanded from macro '_destructor_override': expanded from macro 'NULLPTR' #define NULLPTR nullptr ^#define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp::32229:: 30In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h note:: 31expanded from macro '_destructor_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning#define _destructor_override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:In file included from 39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:29228: :In file included from 42/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:: 31warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h'nullptr' is incompatible with C++98 [-Wc++98-compat]: 124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : virtual void printBuffer(const char* s) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h314::30617::19 :note : noteexpanded from macro 'NULLPTR': expanded from macro '_override' #define _override override#define NULLPTR nullptr ^ ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp::2928: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::3139: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::125228::2667:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override314 : ^17 : note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual ~StringBufferTestOutput() _destructor_override;314 : ^17 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note322: :expanded from macro 'NULLPTR'30 : note: expanded from macro '_destructor_override' #define NULLPTR nullptr ^#define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp34::29 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: virtual bool willRun() const _override;'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual ~CompositeTestOutput() _destructor_override;: 19 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 322expanded from macro '_override': 30: note: expanded from macro '_destructor_override' #define _override override ^#define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::28183: :In file included from 38/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 39warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 255:34: virtual void printTestsStarted() _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual void setRunIgnored() _override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp: :expanded from macro '_override'29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h : ^184 :60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp ^: 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::1939:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hnote:: 257expanded from macro '_override': 47: #define _override overridewarning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual SimpleString getMacroName() const _override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp :29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h::1931: : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: :expanded from macro '_override'186 :66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp#define _override override: 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:In file included from 258/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp::6929:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]31 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ virtual void printCurrentTestEnded(const TestResult& res) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp: virtual void printFailure(const TestFailure& failure) _override;28 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::42306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h19::45 :note5: :expanded from macro '_override' warning: #define _override override defaulted function definitions are incompatible with C++98 [-Wc++98-compat] ^ DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp150::2980: :In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h: :expanded from macro 'DEFAULT_COPY_CONSTRUCTOR'31 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:41:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~JUnitTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:43:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:44:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:45:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:46:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:47:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:48:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:50:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:51:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:52:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:53:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:54:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:56:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:37:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] execTime_(0), failure_(NULLPTR), ignored_(false), lineNumber_ (0), checkCount_ (0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:37:99: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] execTime_(0), failure_(NULLPTR), ignored_(false), lineNumber_ (0), checkCount_ (0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:54:103: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] testCount_(0), failureCount_(0), totalCheckCount_(0), startTime_(0), groupExecTime_(0), head_(NULLPTR), tail_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:54:119: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] testCount_(0), failureCount_(0), totalCheckCount_(0), startTime_(0), groupExecTime_(0), head_(NULLPTR), tail_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:99:29: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] impl_->results_.head_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp28:: 100In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h29::45 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]46 :40: impl_->results_.tail_ = NULLPTR;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual ~MemoryLeakWarningPlugin() _destructor_override;#define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp#define _override override: 134 ^: 34: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (impl_->results_.tail_ == NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp :175:18:#define _override override warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (impl_ != NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp17::31 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: :expanded from macro 'NULLPTR'187 :63:#define NULLPTR nullptr warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestResult.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:305:44: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (impl_->results_.tail_->failure_ == NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 58 warnings generated. 80 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:11:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TeamCityTestOutput(void) _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:13:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:14:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:15:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:16:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:18:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TeamCityTestOutput.cpp:4:54: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TeamCityTestOutput::TeamCityTestOutput() : currtest_(NULLPTR), currGroup_() ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 65 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:294:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : outputOne_(NULLPTR), outputTwo_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestOutput.cpp:294:37: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : outputOne_(NULLPTR), outputTwo_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 60 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; : ^1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::30622:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 264note:: 9expanded from macro '_override': warning: #define _override override ^'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:86: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:158: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:143:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:283:36: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakDetectorNode* prev = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:311:36: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakDetectorNode* prev = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:326:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:337:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:344:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:351:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:427:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:436:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:449:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:462:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:575:23: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (new_memory == NULLPTR) return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:575:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (new_memory == NULLPTR) return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:658:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (memory == NULLPTR) return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:658:35: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (memory == NULLPTR) return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:673:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (memory == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:676:17: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (node == NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:697:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] char* memory = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:714:21: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (node == NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp:716:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 58 warnings generated. 103 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFilter.cpp:31:82: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TestFilter::TestFilter() : strictMatching_(false), invertMatching_(false), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFilter.cpp:35:108: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TestFilter::TestFilter(const SimpleString& filter) : strictMatching_(false), invertMatching_(false), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFilter.cpp:40:100: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TestFilter::TestFilter(const char* filter) : strictMatching_(false), invertMatching_(false), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 11 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp::7993::4227:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ TestPlugin* removed = NULLPTR;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note314: :expanded from macro '_override'17 : note#define _override override: expanded from macro 'NULLPTR' ^ #define NULLPTR nullptr ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::153255::1634:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; TestPlugin(NULLPTR) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19314:: 17note:: expanded from macro '_override'note : expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:56:35: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] registry_->setCurrentRegistry(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:160:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS(contains.asCharString(), getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestTestingFixture.cpp:165:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! getOutput().contains(contains)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 37 warnings generated. 61 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleMutex.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 58 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:58:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~OutsideTestRunnerUTest() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:135:105: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] group_("UndefinedTestGroup"), name_("UndefinedTest"), file_("UndefinedFile"), lineNumber_(0), next_(NULLPTR), isRunAsSeperateProcess_(false), hasFailed_(false) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:140:89: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] group_(groupName), name_(testName), file_(fileName), lineNumber_(lineNumber), next_(NULLPTR), isRunAsSeperateProcess_(false), hasFailed_(false) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:156:37: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell* ptr = (UtestShell*) NULLPTR; ptr->countTests(); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:337:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if(filters == NULLPTR) return true; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:339:22: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] for(; filters != NULLPTR; filters = filters->getNext()) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:383:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR && expected == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:383:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR && expected == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:384:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR || expected == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:384:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR || expected == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:393:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR && expected == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:393:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR && expected == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:394:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR || expected == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:394:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR || expected == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:403:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR && expected == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:403:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR && expected == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:404:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR || expected == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:404:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR || expected == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:413:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR && expected == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:413:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR && expected == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:414:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR || expected == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:414:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR || expected == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:423:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR && expected == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:423:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR && expected == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:424:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR || expected == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:424:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR || expected == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:502:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR && expected == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:502:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR && expected == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:503:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR || expected == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:503:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actual == NULLPTR || expected == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:551:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TestResult* UtestShell::testResult_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:552:40: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell* UtestShell::currentTest_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:566:24: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (testResult_ == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:573:25: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (currentTest_ == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:59: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:773:21: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : arrayOfTests_(NULLPTR), count_(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:832:25: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell *tests = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:212:27: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] time_t theTime = time(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:844:33: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (index >= count_) return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp:306:31: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] pthread_mutex_init(mutex, NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 60 warnings generated. 95 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from In file included from ::11: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::2222: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::264264::99:: warningwarning: : 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong;typedef long long cpputest_longlong; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::265265::1818:: warningwarning: : 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong;typedef unsigned long long cpputest_ulonglong; ^ ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:82:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~SimpleStringCacheAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:84:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:85:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:87:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:88:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:89:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:91:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:43:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryReportAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:51:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:52:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:54:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:55:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:56:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:58:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:47:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryReporterPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:49:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell & test, TestResult & result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:50:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell & test, TestResult & result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:51:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool parseArguments(int, const char *const *, int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h:38:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockSupportPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h:40:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/AllTests.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h:41:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 104 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :In file included from 1: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h1:: 59/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::6859:: 68warning:: noexcept specifications are incompatible with C++98 [-Wc++98-compat]warning : noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h125::24125:: 24note:: expanded from macro 'UT_NOTHROW'note : expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ #define UT_NOTHROW noexcept ^ In file included from In file included from :1: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h1:: 60/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::7060:: 70warning:: noexcept specifications are incompatible with C++98 [-Wc++98-compat]warning : noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :125/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::24125:: 24note:: expanded from macro 'UT_NOTHROW'note : expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ #define UT_NOTHROW noexcept ^ In file included from In file included from :1:: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h61::6137::37 :warning : warningnoexcept specifications are incompatible with C++98 [-Wc++98-compat]: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; void operator delete(void* mem) UT_NOTHROW; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h125::12524::24 :note : noteexpanded from macro 'UT_NOTHROW': expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept #define UT_NOTHROW noexcept ^ ^ In file included from In file included from ::11: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::6262::3939:: warningwarning: noexcept specifications are incompatible with C++98 [-Wc++98-compat]: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; void operator delete[](void* mem) UT_NOTHROW; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h125::12524::24 :note : noteexpanded from macro 'UT_NOTHROW': expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept #define UT_NOTHROW noexcept ^ ^ In file included from In file included from ::11: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::6464::5151:: warningwarning: : noexcept specifications are incompatible with C++98 [-Wc++98-compat]noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; void operator delete (void* mem, size_t size) UT_NOTHROW; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::125125::2424:: notenote: : expanded from macro 'UT_NOTHROW'expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept #define UT_NOTHROW noexcept ^ ^ In file included from In file included from ::11: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::6565::5353:: warningwarning: : noexcept specifications are incompatible with C++98 [-Wc++98-compat]noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h24::125 :note24: :expanded from macro 'UT_NOTHROW' note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ #define UT_NOTHROW noexcept ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp::2828: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::3139: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::7239:: 42/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 72warning:: 42'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ virtual void exitCurrentTest() const _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override ^#define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2828: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h::3931: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h73::3937: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :warning73: :'override' keyword is incompatible with C++98 [-Wc++98-compat]37 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ virtual ~NormalTestTerminator() _destructor_override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h322::32230::30 :note : noteexpanded from macro '_destructor_override': expanded from macro '_destructor_override' #define _destructor_override override #define _destructor_override override ^ ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp::2828: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::3139: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::7939:: 42/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 79warning:: 42'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ virtual void exitCurrentTest() const _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2828: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h::3931: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h80::3948: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :warning80: :'override' keyword is incompatible with C++98 [-Wc++98-compat]48 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h322::32230::30 :note : noteexpanded from macro '_destructor_override': expanded from macro '_destructor_override' #define _destructor_override override #define _destructor_override override ^ ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2828: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::31190: :In file included from 21/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 39warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: void testBody() _override;306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp: :In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :In file included from 39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h31:: 191In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h26::39 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]191 :26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual void setup() _override;: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:28: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::2839: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h::19231:: 29In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hwarning:: 192'override' keyword is incompatible with C++98 [-Wc++98-compat]: 29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual void teardown() _override;306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp::2828: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::3139: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::21439:: 46/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 214warning:: 46'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual ~ExecFunctionWithoutParameters() _destructor_override;: 322 ^: 30:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note322: :expanded from macro '_destructor_override'30 : note: expanded from macro '_destructor_override' #define _destructor_override override ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp: :In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :In file included from 39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h31:: 216In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h25::39 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]216 :25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual void exec() _override;306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp::2828: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::3139: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::23339:: 25/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 233warning:: 25'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ Utest* createTest() _override { return new ExecFunctionTest(this); }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp28:: 28In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h39:: 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :In file included from 234/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::3839:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :warning234: :'override' keyword is incompatible with C++98 [-Wc++98-compat]38 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual ~ExecFunctionTestShell() _destructor_override;: 322 ^: 30:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note322: :expanded from macro '_destructor_override'30 : note: #define _destructor_override overrideexpanded from macro '_destructor_override' ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:28In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h28:: 39In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::31228: :In file included from 42/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 39warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h'nullptr' is incompatible with C++98 [-Wc++98-compat]: 228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :: 314 ^: 17:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note314: :expanded from macro 'NULLPTR'17 : note: expanded from macro 'NULLPTR'#define NULLPTR nullptr ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp28:: 28In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h39:: 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :In file included from 228/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::6739:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hwarning:: 228'nullptr' is incompatible with C++98 [-Wc++98-compat]: 67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : note ^: expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17#define NULLPTR nullptr: ^note : expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2828: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h::3931: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h229::39116: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :warning229: :'nullptr' is incompatible with C++98 [-Wc++98-compat]116 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::17314:: 17note:: expanded from macro 'NULLPTR'note : expanded from macro 'NULLPTR' #define NULLPTR nullptr ^#define NULLPTR nullptr ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2828: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h::3931: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h251::3934: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :warning251: :'override' keyword is incompatible with C++98 [-Wc++98-compat]34 : warning virtual ~IgnoredUtestShell() _destructor_override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: virtual ~IgnoredUtestShell() _destructor_override;note : ^expanded from macro '_destructor_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30:#define _destructor_override override note ^: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp39:: 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :In file included from 254/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h::3431:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]39 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254: virtual bool willRun() const _override;34 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp : ^28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:In file included from 34/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:: 28warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h :31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: virtual void setRunIgnored() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h : ^255 :34/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override virtual void setRunIgnored() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h#define _override override: 39 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp :warning28: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: virtual SimpleString getMacroName() const _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^#define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;: 31 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2828: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h::4431: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h93::4459: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h :warning93: :'override' keyword is incompatible with C++98 [-Wc++98-compat]59 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ virtual void postTestAction(UtestShell&, TestResult&) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2828: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h::4431: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h111::4476: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h :warning111: :'override' keyword is incompatible with C++98 [-Wc++98-compat]76 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override;: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:28In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h28:: 44In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h::31112: :In file included from 77/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 44warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override;19 : ^ note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2828: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h::3146: :In file included from 40/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 45warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322 virtual ~MemoryLeakWarningPlugin() _destructor_override;: ^30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 322expanded from macro '_destructor_override': 30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:28In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h28:: 45In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h::3148: :In file included from 70/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 45warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual void preTestAction(UtestShell& test, TestResult& result) _override;19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: #define _override overridenote : ^expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h28:: 49In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h71::31 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note virtual void postTestAction(UtestShell& test, TestResult& result) _override;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp45:: 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h: :In file included from 45/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h::9131:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]45 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); note ^: expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17#define NULLPTR nullptr: ^note : expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2928: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h120::3234: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :warning120: :'override' keyword is incompatible with C++98 [-Wc++98-compat]34 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ virtual ~ConsoleTestOutput() _destructor_override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^322 :30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 322note:: 30expanded from macro '_destructor_override': note: expanded from macro '_destructor_override' #define _destructor_override override#define _destructor_override override ^ ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2928: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h124::3245: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :warning124: :'override' keyword is incompatible with C++98 [-Wc++98-compat]45 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual void printBuffer(const char* s) _override;: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp125::2826: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.hwarning:: 32'override' keyword is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125: virtual void flush() _override;26 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note: virtual void flush() _override;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2928: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h148::3239: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :warning148: :'override' keyword is incompatible with C++98 [-Wc++98-compat]39 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ virtual ~StringBufferTestOutput() _destructor_override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^322 :30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 322note:: 30expanded from macro '_destructor_override': note: expanded from macro '_destructor_override' #define _destructor_override override ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::28150: :In file included from 37/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 150warning:: 37'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ void printBuffer(const char* s) _override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::28155: :In file included from 18/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:: 32warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 155:18: warning void flush() _override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 void flush() _override: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2928: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h181::3236: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :warning181: :'override' keyword is incompatible with C++98 [-Wc++98-compat]36 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ virtual ~CompositeTestOutput() _destructor_override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::322322::3030:: notenote: : expanded from macro '_destructor_override'expanded from macro '_destructor_override' #define _destructor_override override#define _destructor_override override ^ ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2928: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h183::3238: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :warning183: :'override' keyword is incompatible with C++98 [-Wc++98-compat]38 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual void printTestsStarted() _override;: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::18428:: 60In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h :warning32: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: 184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual void printTestsEnded(const TestResult& result) _override;19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: #define _override overridenote ^ : expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: virtual void printCurrentTestStarted(const UtestShell& test) _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual void printCurrentTestStarted(const UtestShell& test) _override;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: virtual void printCurrentTestEnded(const TestResult& res) _override; warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual void printCurrentTestEnded(const TestResult& res) _override; ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188: virtual void printCurrentGroupStarted(const UtestShell& test) _override;67 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' virtual void printCurrentGroupStarted(const UtestShell& test) _override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp#define _override override: 29 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h virtual void printCurrentGroupEnded(const TestResult& res) _override;: 189 ^: 64:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' #define _override override virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp :29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:#define _override override191 : ^48 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:28 virtual void verbose(VerbosityLevel level) _override;: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h :32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h306::19119:: note: 48expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void verbose(VerbosityLevel level) _override; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h29:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::19192:: 26note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::1928:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h: :expanded from macro '_override'32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:#define _override override26 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::306193::1943:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:: 28note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:#define _override override193 : ^43 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:29: virtual void printBuffer(const char*) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h : ^194 :37/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' virtual void print(const char*) _override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:28: #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h ^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: virtual void print(const char*) _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual void print(long) _override;note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define _override override: ^note : expanded from macro '_override' #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:In file included from 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:: 29warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 196:32: warning: virtual void print(long) _override;'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual void print(size_t) _override;: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define _override override note ^: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp32:: 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h196::19732::38 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; virtual void printDouble(double) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp::2829: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h::19832:: 59/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 197warning:: 38'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; virtual void printDouble(double) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h199::3252: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :warning198: :'override' keyword is incompatible with C++98 [-Wc++98-compat]59 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual void printFailure(const TestFailure& failure) _override;306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:In file included from 201/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::2628:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: virtual void flush() _override; warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual void setProgressIndicator(const char*) _override; ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp322::2930: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h :note96: :expanded from macro '_destructor_override'36 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30#define _destructor_override override: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h :31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98: virtual char* alloc_memory(size_t size, const char* file, size_t line) _override;76 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' #define _override override virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp30:: 29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h::3199: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h88::127 :warning37: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h322::30630::19 :note : noteexpanded from macro '_destructor_override': expanded from macro '_override' #define _destructor_override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:In file included from 101/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp::3830:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]31 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning virtual const char* name() const _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^#define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:#define _override override29 : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h virtual const char* alloc_name() const _override;: 130 ^: 88:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' #define _override override ^ virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:: 29note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.hexpanded from macro '_override': 103:43: warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning virtual TestMemoryAllocator* actualAllocator() _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual ~FailableMemoryAllocator() _destructor_override;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 322 ^: 30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual ~CrashOnAllocationAllocator() _destructor_override; ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^322 :30: note: expanded from macro '_destructor_override' In file included from #define _destructor_override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp : ^30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119: virtual char* allocMemoryLeakNode(size_t size) _override;76 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' #define _override override virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp : ^30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h::30631:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:: 210note:: 46expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp::2930: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h141::3140: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h :warning212: :'override' keyword is incompatible with C++98 [-Wc++98-compat]76 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30 virtual char* alloc_memory(size_t size, const char* file, size_t line) _override;: ^note : expanded from macro '_destructor_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note#define _destructor_override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:In file included from 143/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp::7630:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]31 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp :29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp :warning30: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: virtual char* allocMemoryLeakNode(size_t size) _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp212::3076: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h :warning43: :'override' keyword is incompatible with C++98 [-Wc++98-compat]38 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; virtual ~MemoryReportAllocator() _destructor_override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::32219::30 :note : noteexpanded from macro '_override': expanded from macro '_destructor_override' #define _override override ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override;: 51 ^: 76/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp: :expanded from macro '_override'29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:#define _override override52 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp :30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h306::5219::88 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp306::2919: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h :note218: :expanded from macro '_override'44 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual const char* alloc_name() const _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp::30630:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:: 54note:: 38expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp19::29 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h: :expanded from macro '_override'219 :43: warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual const char* free_name() const _override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp :30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h306::5519::44 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:56:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:58:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:53:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalMemoryReportFormatter() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:30: #define _destructor_override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h : ^82 :43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~SimpleStringCacheAllocator() _destructor_override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp ^: 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h322::3130: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h :note55: :expanded from macro '_destructor_override'87 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ virtual void report_testgroup_start(TestResult* /*result*/, UtestShell& /*test*/) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:: 30note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.hexpanded from macro '_override': 84:76: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual char* alloc_memory(size_t size, const char* file, size_t line) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp : ^31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h::30631:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:: 56note:: 85expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void report_testgroup_end(TestResult* /*result*/, UtestShell& /*test*/) _override {} // LCOV_EXCL_LINE In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp :30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h306::8519::88 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp::31: In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h::1931:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.hnote:: 58expanded from macro '_override': 74: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ In file included from virtual void report_test_start(TestResult* result, UtestShell& test) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp : ^30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::87306::3819:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:31#define _override override: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h :31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:59:72: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:88:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_end(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual const char* alloc_name() const _override;19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: #define _override overridenote : ^expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cppIn file included from :30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h::3189: :In file included from 43/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:: 31warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 61:148: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual void report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp :note30: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h :91:52:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp::30631:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h :note31: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h :62:134:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_free_memory(TestResult* result, TestMemoryAllocator* allocator, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp31:: 41/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h::942:: 42warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(true); ^ virtual ~CodeMemoryReportFormatter() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note102: :expanded from macro '_destructor_override'55 : note: expanded from macro 'CHECK' #define _destructor_override override ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp :note31: expanded from macro 'NULLPTR' : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:#define NULLPTR nullptr44 : ^79 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_start(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:45:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_end(TestResult* /*result*/, UtestShell& /*test*/) _override {} // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:47:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_start(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:48:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_end(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:50:148: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/CodeMemoryReportFormatter.h:51:134: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_free_memory(TestResult* result, TestMemoryAllocator* allocator, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:68:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, mallocCreatesAnMallocCall) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:68:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:74:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, freeCreatesAnFreeCall) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:74:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, twoMallocAndTwoFree) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, variableNamesShouldNotContainSlahses) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, variableNamesShouldNotContainDotButUseUnderscore) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:105:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, newArrayAllocatorGeneratesNewArrayCode) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:105:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:111:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, newArrayGeneratesNewCode) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:111:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:117:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, NewAllocatorGeneratesDeleteCode) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:117:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:125:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, DeleteNullWorksFine) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:125:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:127:61: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] formatter->report_free_memory(testResult, newAllocator, NULLPTR, "boo", 4); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:131:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, NewArrayAllocatorGeneratesDeleteArrayCode) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:131:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:139:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, allocationUsingMallocOnTheSameLineDoesntGenerateTheSameVariableTwice) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:139:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:144:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(testOutput.getOutput().contains("2")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:147:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, allocationUsingNewcOnTheSameLineDoesntGenerateTheSameVariableTwice) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:147:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:152:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(testOutput.getOutput().contains("2")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:155:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, allocationUsingNewcOnTheSameLineDoesntGenerateVariableTwiceExceptWhenInANewTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:155:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:161:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(testOutput.getOutput().contains("char*")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:164:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, testStartGeneratesTESTcode) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:164:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:171:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, testEndGeneratesTESTcode) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:171:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:178:1: warning: 87'override' keyword is incompatible with C++98 [-Wc++98-compat] warning s generated. TEST(CodeMemoryReportFormatter, TestGroupGeneratesTestGroupCode) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:178:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:185:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CodeMemoryReportFormatter, VariableFromFileLineInfoAlreadyExists) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:185:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 138 warnings generated. 8 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cppwarning:: 1'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h virtual ~NormalTestTerminator() _destructor_override;: 233 ^: 25/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 322warning:: 30'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_destructor_override' #define _destructor_override override ^ Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp :warning1: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h virtual void exitCurrentTest() const _override;: 234 ^: 38/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp322::2830: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.hnote:: 31expanded from macro '_destructor_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:#define _destructor_override override80 : ^48 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp ^: 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp: :expanded from macro '_override'1 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h#define _override override: 39 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: virtual bool willRun() const _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h : ^191 :26:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: virtual void setup() _override;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp::128: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h::3931: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h255::3934: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :warning192: :'override' keyword is incompatible with C++98 [-Wc++98-compat]29 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; virtual void teardown() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp306::2819: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.hnote:: 31expanded from macro '_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:#define _override override214 : ^46 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp :note1: : expanded from macro '_destructor_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h#define _destructor_override override: 258 ^: 69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override;: 216 ^: 25:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: virtual void exec() _override;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h1:: 39In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::42251: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h34::45 :warning5: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322 DEFAULT_COPY_CONSTRUCTOR(TestResult): 30 ^: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_destructor_override': 150:80:#define _destructor_override override note ^: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp::9328:: 59In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h :warning31: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override;306 : ^19 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp::281: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::3144: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::11245:: 77/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:: 46warning:: 40'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h322::30630::19 :note : noteexpanded from macro '_destructor_override': expanded from macro '_override' #define _destructor_override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp322::2830: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.hnote:: 31expanded from macro '_destructor_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:#define _destructor_override override91 : ^ warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp: :expanded from macro 'NULLPTR'1 : In file included from #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h : ^45 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp::301:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :expanded from macro '_destructor_override'45 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:#define _destructor_override override45 : ^91 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124 MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR);: 45 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 314'override' keyword is incompatible with C++98 [-Wc++98-compat]: 17: note: virtual void printBuffer(const char* s) _override;expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:#define NULLPTR nullptr19 : ^ note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h3:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::19120:: 34note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual ~ConsoleTestOutput() _destructor_override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::28322: :In file included from 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:: 32note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hexpanded from macro '_destructor_override': 191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _destructor_override override ^ virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp : ^3 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:In file included from 45/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:: 28warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: virtual void printBuffer(const char* s) _override;'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual void color() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' note: expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::3193: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h43::125 :warning26: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ virtual void flush() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note#define _override override: expanded from macro '_override' ^ #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp :#define _override override3 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :148:39: warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197: virtual ~StringBufferTestOutput() _destructor_override;38 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :322:30 virtual void printDouble(double) _override;: ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_destructor_override': 306:19: note: expanded from macro '_override' #define _destructor_override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:In file included from 198/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp::593:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hwarning:: 150'override' keyword is incompatible with C++98 [-Wc++98-compat]: 37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: void printBuffer(const char* s) _overridenote : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:28: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp virtual void setProgressIndicator(const char*) _override;: 3 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::155306::1819:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override void flush() _override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp306::2819: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.hnote:: 32expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/IEEE754ExceptionsPlugin.h:38:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp ^: 3/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h306::19419::37 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp306::3219: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/IEEE754ExceptionsPlugin.h :note39: :expanded from macro '_override'71 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cppexpanded from macro '_override': 3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h#define _override override: 195 ^: 30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:46:#define _override override22 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void setup(void) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp note:: 3expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59#define _override override: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:52:#define _override override1 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FE__with_Plugin, should_fail____when__FE_DIVBYZERO__is_set) In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp :3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]65 :24: note: virtual void flush() _override;expanded from macro 'TEST' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h void testBody() _override; }; \: 306 ^: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:52:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:44:41: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] myRegistry_->setCurrentRegistry(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:55:17: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void setup() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:61:20: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:59:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FE__with_Plugin, should_fail____when__FE_OVERFLOW___is_set) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:59:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \63 : ^7 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning: 306'nullptr' is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' CHECK(fp1 == stub_func1); ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:64:7: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(fp2 == stub_func2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp::7766::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SetPointerPluginTest, installTwoFunctionPointer)TEST(FE__with_Plugin, should_fail____when__FE_UNDERFLOW__is_set) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::6565::2424:: notenote: : expanded from macro 'TEST'expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h void testBody() _override; }; \: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note#define _override override: expanded from macro '_override' ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:66:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp :77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:73:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FE__with_Plugin, should_fail____when__FE_INEXACT____is_set_and_enabled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:73:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:85:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(fp1 == orig_func1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:86:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(fp2 == orig_func2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:81:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FE__with_Plugin, should_succeed_when__FE_INEXACT____is_set_and_disabled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:81:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:90:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FE__with_Plugin, should_succeed_with_5_checks_when_no_flags_are_set) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:90:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp125::991::1 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FE__with_Plugin, should_check_five_times_when_all_flags_are_set) TEST(SetPointerPluginTest, installTooMuchFunctionPointer)^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h24::65 :note24: :expanded from macro 'TEST' note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: void testBody() _override; }; \19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19#define _override override: ^note : expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:19: note:: 125expanded from macro '_override': 1: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:106:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FE__with_Plugin, should_fail_only_once_when_all_flags_are_set) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:106:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:149:7: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(orig_double_ptr == &stub_double); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:116:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(1 == 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:119:1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cppwarning:: 162'override' keyword is incompatible with C++98 [-Wc++98-compat]: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FE__with_Plugin, should_not_fail_again_when_test_has_already_failed) ^ TEST(SetPointerPluginTest, doublePointer) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h24::65 :note24: :expanded from macro 'TEST' note: expanded from macro 'TEST' void testBody() _override; }; \ ^ void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp::162119::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h67::6735::35 :note : noteexpanded from macro 'TEST': expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:123:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(IEEE754ExceptionsPlugin::checkIeee754OverflowExceptionFlag()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:124/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp::5168:: 5warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(IEEE754ExceptionsPlugin::checkIeee754UnderflowExceptionFlag()); CHECK(orig_double_ptr == &orig_double); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h55::102 :note55: :expanded from macro 'CHECK' note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)expanded from macro 'NULLPTR' ^ #define NULLPTR nullptr /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:125:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(IEEE754ExceptionsPlugin::checkIeee754InexactExceptionFlag()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:126:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(IEEE754ExceptionsPlugin::checkIeee754DivByZeroExceptionFlag()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:135:22: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void setup(void) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:141:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(IEEE754ExceptionsPlugin2, should_not_fail_in_ignored_test) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp:141:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 87 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 73 warnings generated. 8 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:43:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryReportAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:51:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:52:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:54:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:55:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:56:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:58:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:53:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalMemoryReportFormatter() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:55:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_start(TestResult* /*result*/, UtestShell& /*test*/) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:56:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_end(TestResult* /*result*/, UtestShell& /*test*/) _override {} // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:58:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_start(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:59:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_end(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:61:148: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:62:134: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_free_memory(TestResult* result, TestMemoryAllocator* allocator, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:38:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReportAllocator, FunctionsAreForwardedForMallocAllocator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:38:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:42:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("malloc", allocator.alloc_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:43:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("free", allocator.free_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:46:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReportAllocator, keepingTrackOfActualAllocator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:46:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:50:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(originalAllocator->actualAllocator(), allocator.actualAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 100 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:6: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:25:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CheatSheet, TestName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:25:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:31:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(true == true); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CheatSheetTest.cpp:34:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("HelloWorld", "HelloWorld"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:43:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryReportAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:51:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:52:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:54:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:55:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:56:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:58:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:47:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryReporterPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:49:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell & test, TestResult & result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:50:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell & test, TestResult & result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReporterPlugin.h:51:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool parseArguments(int, const char *const *, int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:53:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalMemoryReportFormatter() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:55:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_start(TestResult* /*result*/, UtestShell& /*test*/) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:56:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_end(TestResult* /*result*/, UtestShell& /*test*/) _override {} // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:58:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_start(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:59:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_end(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:61:148: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:62:134: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 39 warning virtual void report_free_memory(TestResult* result, TestMemoryAllocator* allocator, char* memory, const char* file, size_t line) _override;s generated ^. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:151:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, offReportsNothing) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:151:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:160:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, meaninglessArgumentsAreIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:160:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:163:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->parseArguments(3, cmd_line, 1) == false); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:166:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, commandLineParameterTurnsOnNormalLogging) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:166:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:171:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->parseArguments(3, cmd_line, 1)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:174:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, preTestActionReportsTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:174:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:181:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, postTestActionReportsTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:181:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:189:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, newAllocationsAreReportedTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:189:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:200:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, whenUsingOnlyMallocAllocatorNoOtherOfTheAllocatorsAreUsed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:200:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:212:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, newArrayAllocationsAreReportedTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:212:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:223:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, mallocAllocationsAreReportedTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:223:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:234:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, startOfANewTestWillReportTheTestGroupStart) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:234:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:258:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, endOfaTestGroupWillReportSo) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:258:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:260:73: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestForMemoryReportingPlugingTest fourthTest("differentGroupName", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:276:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, preActionReplacesAllocators) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:276:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:282:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(allocator != getCurrentMallocAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:285:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, postActionRestoresAllocators) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:285:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:292:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(allocator == getCurrentMallocAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:295:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, shouldCreateNormalMemoryReportFormatterWithoutMock) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:295:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:299:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(realReporter.parseArguments(1, cmd_line, 0)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:302:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, shouldCreateCodeMemoryReportFormatterWithoutMock) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:302:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:306:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(realReporter.parseArguments(1, cmd_line, 0)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:309:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryReporterPlugin, shouldntCrashCreateInvalidMemoryReportFormatterWithoutMock) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:309:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:313:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(realReporter.parseArguments(1, cmd_line, 0)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:43:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryReportAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:51:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:52:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:54:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:55:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:56:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:58:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:53:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalMemoryReportFormatter() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:55:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_start(TestResult* /*result*/, UtestShell& /*test*/) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:56:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_testgroup_end(TestResult* /*result*/, UtestShell& /*test*/) _override {} // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:58:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_start(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:59:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_test_end(TestResult* result, UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:61:148: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:62:134: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void report_free_memory(TestResult* result, TestMemoryAllocator* allocator, char* memory, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:56:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(NormalMemoryReportFormatter, mallocCreatesAnMallocCall) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:56:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 356 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:62:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(NormalMemoryReportFormatter, freeCreatesAnFreeCall) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:62:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:68:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(NormalMemoryReportFormatter, testStarts) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:68:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:75:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(NormalMemoryReportFormatter, testEnds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:75:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(NormalMemoryReportFormatter, testGroupStarts) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 103 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:86: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:158: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:143:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:38:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~JustUseNewStringAllocator() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:40:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] char* alloc_memory(size_t size, const char* file, size_t line) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:44:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void free_memory(char* str, size_t, const char* file, size_t line) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:57:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:83:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalSimpleStringMemoryAccountant, start) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:83:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:86:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(accountant.getAllocator(), SimpleString::getStringAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:89:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalSimpleStringMemoryAccountant, startTwiceDoesNothing) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:89:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:95:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(memoryAccountantAllocator, SimpleString::getStringAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:100:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalSimpleStringMemoryAccountant, stop) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:100:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:105:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(originalAllocator, SimpleString::getStringAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:113:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalSimpleStringMemoryAccountant, stopWithoutStartWillFail) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:113:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:128:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalSimpleStringMemoryAccountant, stopFailsWhenAllocatorWasChangedInBetween) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:128:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:135:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalSimpleStringMemoryAccountant, report) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:135:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:141:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS(" 1 0 1", accountant.report().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalSimpleStringMemoryAccountant, reportUseCaches) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:152:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("32 1 1 1", accountant.report().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:171:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, defaultAllocatorIsNewArrayAllocator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:171:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:173:36: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] SimpleString::setStringAllocator(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:174:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(defaultNewArrayAllocator(), SimpleString::getStringAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:181:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MyOwnStringAllocator() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:184:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] char* alloc_memory(size_t size, const char* file, size_t line) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:191:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, allocatorForSimpleStringCanBeReplaced) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:191:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:196:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myOwnAllocator.memoryWasAllocated); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:197:38: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] SimpleString::setStringAllocator(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:200:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, CreateSequence) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:200:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:205:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected, actual); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:205:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:208:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, CreateSequenceOfZero) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:208:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:213:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected, actual); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:213:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:216:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Copy) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:216:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:221:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(s1, s2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:221:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:224:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Assignment) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:224:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:231:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(s1, s2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:231:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:234:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Equality) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:234:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:239:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s1 == s2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:242:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, InEquality) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:242:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:247:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s1 != s2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:250:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, CompareNoCaseWithoutCase) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:250:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:255:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s1.equalsNoCase(s2)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:258:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, CompareNoCaseWithCase) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:258:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:263:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s1.equalsNoCase(s2)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:266:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, CompareNoCaseWithCaseNotEqual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:266:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:271:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!s1.equalsNoCase(s2)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:275:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, asCharString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:275:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:279:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("hello", s1.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:282:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Size) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:282:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:289:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, lowerCase) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:289:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:293:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("abcdefg1234", s2.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:294:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("AbCdEfG1234", s1.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:297:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Addition) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:297:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:305:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(s3, s4); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:305:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:308:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Concatenation) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:308:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:317:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(s3, s4); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:317:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:322:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(s5, s4); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:322:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:325:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Contains) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:325:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:334:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s.contains(empty)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:335:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s.contains(beginning)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:336:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s.contains(end)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:337:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s.contains(mid)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:338:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!s.contains(notPartOfString)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:340:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(empty.contains(empty)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:341:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!empty.contains(s)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:344:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, startsWith) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:344:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:349:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(hi.startsWith(part)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:350:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!part.startsWith(hi)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:351:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!diff.startsWith(hi)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:354:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, split) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:354:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:362:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("hello\n", collection[0].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:363:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("world\n", collection[1].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:364:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("how\n", collection[2].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:365:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("do\n", collection[3].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:366:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("you\n", collection[4].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:367:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("do\n", collection[5].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:368:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", collection[6].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:371:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, splitNoTokenOnTheEnd) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:371:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:378:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Bah ", collection[0].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:379:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Yah ", collection[1].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:380:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("oops", collection[2].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:383:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, count) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:383:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:389:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, countTogether) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:389:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:395:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, countEmptyString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:395:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:401:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, countEmptyStringInEmptyString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:401:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:407:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, endsWith) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:407:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:410:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(str.endsWith("World")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:411:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!str.endsWith("Worl")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:412:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!str.endsWith("Hello")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:414:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(str2.endsWith("ah")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:415:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!str2.endsWith("baah")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:417:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!str3.endsWith("baah")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:420:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(str4.endsWith("ha")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:423:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, replaceCharWithChar) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:423:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:427:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("bbcbbcbbcb", str.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:430:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, replaceEmptyStringWithEmptyString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:430:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:434:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", str.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:437:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, replaceWholeString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:437:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:441:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", str.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:444:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, replaceStringWithString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:444:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:448:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("boohoo baa boohoo baa boohoo", str.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:451:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, subStringFromEmptyString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:451:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:454:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", str.subString(0, 1).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:457:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, subStringFromSmallString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:457:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:460:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("H", str.subString(0, 1).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:463:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, subStringFromPos0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:463:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:466:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Hello", str.subString(0, 5).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:469:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, subStringFromPos1) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:469:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:472:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("ello ", str.subString(1, 5).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:475:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, subStringFromPos5WithAmountLargerThanString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:475:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:478:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("World", str.subString(6, 10).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:481:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, subStringFromPos6ToEndOfString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:481:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:484:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("World", str.subString(6).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:487:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, subStringBeginPosOutOfBounds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:487:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:490:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", str.subString(13, 5).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:493:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, subStringFromTillNormal) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:493:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:496:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Hello", str.subStringFromTill('H', ' ').asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:499:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, subStringFromTillOutOfBounds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:499:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:502:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("World", str.subStringFromTill('W', '!').asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:505:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, subStringFromTillStartDoesntExist) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:505:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:508:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", str.subStringFromTill('!', ' ').asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:511:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, subStringFromTillWhenTheEndAppearsBeforeTheStart) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:511:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:514:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("World", str.subStringFromTill('W', 'H').asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:517:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, findNormal) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:517:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:525:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, at) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:525:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:531:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, copyInBufferNormal) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:531:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:537:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(str.asCharString(), buffer); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:541:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, copyInBufferWithEmptyBuffer) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:541:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:544:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] char* buffer= NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:546:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, buffer); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:546:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, buffer); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:549:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, copyInBufferWithBiggerBufferThanNeeded) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:549:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:555:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(str.asCharString(), buffer); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:559:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, copyInBufferWithSmallerBufferThanNeeded) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:559:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:565:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL(str.asCharString(), buffer, (bufferSize-1)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:171:52: note: expanded from macro 'STRNCMP_EQUAL' STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:570:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, ContainsNull) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:570:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:572:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] SimpleString s(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:573:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", s.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:576:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, NULLReportsNullString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:576:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:578:53: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(null)", StringFromOrNull((char*) NULLPTR).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:578:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(null)", StringFromOrNull((char*) NULLPTR).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:581:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Booleans) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:581:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:585:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s1 == "true"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:586:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s2 == "false"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:589:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Pointers) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:589:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:592:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("0x1234", s.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:595:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, FunctionPointers) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:595:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:598:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("0x1234", s.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:601:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Characters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:601:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:604:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("a", s.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:607:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, NegativeSignedBytes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:607:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:609:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("-15", StringFrom((signed char)-15).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:612:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, PositiveSignedBytes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:612:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:614:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("4", StringFrom(4).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:617:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, LongInts) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:617:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:620:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s == "1"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:623:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, UnsignedLongInts) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:623:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppIn file included from :627::15: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h :warning60: :'nullptr' is incompatible with C++98 [-Wc++98-compat]70 : warning CHECK(s == s2);: noexcept specifications are incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125 CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): 24 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 314expanded from macro 'UT_NOTHROW': 17: note: expanded from macro 'NULLPTR' #define UT_NOTHROW noexcept #define NULLPTR nullptr ^ ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:632: #define UT_NOTHROW noexcept1 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, LongLongInts) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: In file included from note: :expanded from macro 'TEST'1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h void testBody() _override; }; \: 65 ^: 53/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:: notewarning: : expanded from macro '_override'noexcept specifications are incompatible with C++98 [-Wc++98-compat] #define _override override ^ void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:632:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:634:32: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] SimpleString s(StringFrom((long long)1)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:635:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s == "1"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:638:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, UnsignedLongLongInts) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:638:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:640:41: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] SimpleString s(StringFrom((unsigned long long)1)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:641:42: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] SimpleString s2(StringFrom((unsigned long long)1)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:642:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(s == s2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp virtual ~NormalTestTerminator() _destructor_override;: 647 ^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning322: :'override' keyword is incompatible with C++98 [-Wc++98-compat]30 : note: TEST(SimpleString, Doubles)expanded from macro '_destructor_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24#define _destructor_override override: ^note : expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]647 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^67 :35/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro 'TEST': note: expanded from macro '_override' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:650:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("1.2", s.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:657:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, NaN) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:657:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:In file included from 661/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::528:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]39 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29 STRCMP_EQUAL("Nan - Not a number", s.asCharString());: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :162:43: note: expanded from macro 'STRCMP_EQUAL' virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): 306 ^: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314note:: 17expanded from macro '_override': note: expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppnote:: 664expanded from macro '_override': 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ TEST(SimpleString, Inf) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp: :In file included from 664/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::139:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hwarning:: 233'override' keyword is incompatible with C++98 [-Wc++98-compat]: 25: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 67'override' keyword is incompatible with C++98 [-Wc++98-compat]: 35: note: expanded from macro 'TEST' Utest* createTest() _override { return new ExecFunctionTest(this); } ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::66839:: 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 229warning:: 116'nullptr' is incompatible with C++98 [-Wc++98-compat]: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Inf - Infinity", s.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::17314:: 17note:: expanded from macro 'NULLPTR'note : expanded from macro 'NULLPTR' #define NULLPTR nullptr#define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :671:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, SmallDoubles) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' In file included from void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:2819: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hnote:39: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hexpanded from macro '_override': 254:34#define _override override: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::28671: :In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 39warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 255:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h34::67 :warning35: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'TEST' virtual void setRunIgnored() _override; ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:674:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("1.2e", s.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:677:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Sizes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:677:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::30642:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:: 45note:: 5expanded from macro '_override': warning: #define _override overridedefaulted function definitions are incompatible with C++98 [-Wc++98-compat] ^ DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:680:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("10", StringFrom((int) size).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:685:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, nullptr_type) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:685:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:687:31: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] SimpleString s(StringFrom(nullptr)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:688:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(null)", s.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:693:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppTEST(SimpleString, HexStrings): 28^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h44:: 65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h::2493:: 59note:: expanded from macro 'TEST'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual void postTestAction(UtestShell&, TestResult&) _override;19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: #define _override overridenote : ^expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:693:1: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::6744:: 35/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:: 111note:: 76expanded from macro 'TEST': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::19695:: 5note:: expanded from macro '_override'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ STRCMP_EQUAL("f3", HexStringFrom((signed char)-13).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :note28: : expanded from macro 'STRCMP_EQUAL'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71 STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note: expanded from macro 'NULLPTR' virtual void postTestAction(UtestShell& test, TestResult& result) _override;#define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:698:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("ffff", h1.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :note28: : expanded from macro 'NULLPTR'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45#define NULLPTR nullptr: 91 ^: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp#define NULLPTR nullptr: 701 ^: 38: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] SimpleString h15 = HexStringFrom(0xffffLL); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:702:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("ffff", h15.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:706:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("fffe", h2.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:: 709warning:: 5'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("fffd", h3.asCharString()); ^ virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h162::30643::19 :note : noteexpanded from macro 'STRCMP_EQUAL': expanded from macro '_override' #define _override override ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp: :expanded from macro 'NULLPTR'29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31#define NULLPTR nullptr: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h :33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:712:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StringFromFormat) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:712:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:715:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Hello World! 2009", h1.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:718:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StringFromFormatpointer) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:718:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:723:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("0x1", h1.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:725:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("00000001", h1.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)38 : ^38 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 314'override' keyword is incompatible with C++98 [-Wc++98-compat]: 17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr virtual ~MockCheckedActualCall() _destructor_override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :warning727: :'override' keyword is incompatible with C++98 [-Wc++98-compat]9 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; STRCMP_EQUAL("0000:0001", h1.asCharString()); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::19162:: 43note:: expanded from macro '_override'note : expanded from macro 'STRCMP_EQUAL' #define _override override ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::1729:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 41expanded from macro 'NULLPTR': 57: warning#define NULLPTR nullptr: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:In file included from 729/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::929:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 42'nullptr' is incompatible with C++98 [-Wc++98-compat]: 85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("0000000000000001", h1.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) note ^: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17:#define _override override note ^: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:: 731note:: 9expanded from macro '_override': warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat]#define _override override ^ STRCMP_EQUAL("1", h1.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppnote:: 29expanded from macro 'STRCMP_EQUAL': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override;note : ^expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define NULLPTR nullptr: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:736:1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StringFromFormatLarge) :^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h52::65100::24 :warning note: expanded from macro 'TEST' : 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override;note : ^expanded from macro '_override' #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:736:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override;: 67 ^: 35:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h note: expanded from macro 'TEST' :306:19: note: expanded from macro '_override' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :warning743: :'override' keyword is incompatible with C++98 [-Wc++98-compat]1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^TEST(SimpleString, StringFromConstSimpleString) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h19::65 :note24: :expanded from macro '_override' note: expanded from macro 'TEST' #define _override override ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp19:: note: expanded from macro '_override' #define _override override ^ 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:743:1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:745:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:warning29: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72 :74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("bla", StringFrom(SimpleString("bla")).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) note ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:: 17expanded from macro '_override': note: expanded from macro 'NULLPTR' #define _override override#define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:758:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306TEST(SimpleString, PlatformSpecificSprintf_fits): 19^: note: expanded from macro '_override' #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp306::2919: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note80:: 51expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp29:: 758/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::181:: 86:warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :763:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("12345", buf); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp162::2943: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note86: :expanded from macro 'STRCMP_EQUAL'40 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual double returnDoubleValue() _override; #define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp : ^767 :1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override overrideTEST(SimpleString, PlatformSpecificSprintf_doesNotFit) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: In file included from expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95: void testBody() _override; }; \52 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note virtual void (*returnFunctionPointerValue())() _override;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:767:#define _override override1 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual MockActualCall& onObject(const void* objectPtr) _override; note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define _override override: ^note : expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:772:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp STRCMP_EQUAL("123456789", buf);: 29 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h58::162 :warning43: :'nullptr' is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'STRCMP_EQUAL' : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::17314:: 17note:: expanded from macro 'NULLPTR'note : expanded from macro 'NULLPTR' #define NULLPTR nullptr ^#define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::164776::831:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, PadStringsToSameLengthString1Larger) ^ virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::24306:: 19note:: expanded from macro 'TEST'note : expanded from macro '_override' void testBody() _override; }; \#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp29:: 776/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::1166:: 92warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define _override override: ^note : expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:782:#define _override override5 : ^ warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("441", str1.asCharString()); ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::16229:: 43/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 172note:: 89expanded from macro 'STRCMP_EQUAL' : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override;: expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define NULLPTR nullptr: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::783173::5100:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("222", str2.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162: virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override;43 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'STRCMP_EQUAL': 306:19: note: expanded from macro '_override' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:786:In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:: 29warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, PadStringsToSameLengthString2Larger) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h void testBody() _override; }; \: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp181::78642::1 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35 virtual MockNamedValue returnValue() _override;: ^note : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :#define _override override29 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:792:5: warning: In file included from 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: STRCMP_EQUAL(" ", str1.asCharString()); warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :162:43: note: expanded from macro 'STRCMP_EQUAL' virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314#define _override override: 17 ^: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppexpanded from macro '_override': 793:5: #define _override overridewarning : ^'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(" ", str2.asCharString());In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 162:43: note: expanded from macro 'STRCMP_EQUAL' virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'314 :17: note#define _override override: expanded from macro 'NULLPTR' ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:796:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warningTEST(SimpleString, PadStringsToSameLengthWithSameLengthStrings): 'override' keyword is incompatible with C++98 [-Wc++98-compat]^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h void testBody() _override; }; \: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:In file included from 796/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::129:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 205'override' keyword is incompatible with C++98 [-Wc++98-compat]: 46: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 67'override' keyword is incompatible with C++98 [-Wc++98-compat]: 35: note: expanded from macro 'TEST' virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp : ^802 :5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'nullptr' is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' STRCMP_EQUAL("123", str1.asCharString()); #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): 216 ^: 52:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning314: :'override' keyword is incompatible with C++98 [-Wc++98-compat]17 : note: expanded from macro 'NULLPTR' virtual void (*returnFunctionPointerValue())() _override; ^ #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :warning803: :'override' keyword is incompatible with C++98 [-Wc++98-compat]5 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; STRCMP_EQUAL("123", str2.asCharString()); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h306::16219::43 :note : noteexpanded from macro '_override': expanded from macro 'STRCMP_EQUAL' #define _override override ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :note29: : expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :219:61:#define NULLPTR nullptr warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; }: 806 ^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' TEST(SimpleString, NullParameters2) ^#define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp: void testBody() _override; }; \29 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :239/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::74306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override ^ virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:806:1: virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; }warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h306::6719::35 :note : noteexpanded from macro '_override': expanded from macro 'TEST' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp306::2919: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note241: :expanded from macro '_override'89 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:812:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:TEST(SimpleString, CollectionMultipleAllocateNoLeaksMemory)90 :^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:812:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::6729:: 35/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 251note:: 106expanded from macro 'TEST': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; }: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define _override override note ^: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::82029:: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 262warning:: 34'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, CollectionReadOutOfBoundsReturnsEmptyString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h virtual int returnIntValue() _override { return 0; }: 65 ^: 24:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro 'TEST'19 : note: expanded from macro '_override' void testBody() _override; }; \ ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:820:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 67:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h35::306 :note19: :expanded from macro 'TEST' note: expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:: 29note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hexpanded from macro '_override': 266:92: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:824:5: virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: STRCMP_EQUAL("", col[3].asCharString());expanded from macro '_override' ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^162 :43: note: expanded from macro 'STRCMP_EQUAL' In file included from STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::275314::8817:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :827:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ TEST(SimpleString, CollectionWritingToEmptyString)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :^306 :19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note65: :expanded from macro '_override'24 : note: expanded from macro 'TEST'#define _override override ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp306::2919: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note283: :expanded from macro '_override'46 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:827:1: warning virtual const char * returnStringValueOrDefault(const char * value) _override { return value; }: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::30667::1935:: notenote: : expanded from macro '_override'expanded from macro 'TEST' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::30629:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 286note:: 41expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:#define _override override832 : ^5 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", col[3].asCharString()); ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h162::29543::52 :note : warningexpanded from macro 'STRCMP_EQUAL': 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ virtual MockActualCall& onObject(const void* ) _override { return *this; } /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 314:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h17::306 :note19: :expanded from macro 'NULLPTR' note: expanded from macro '_override' #define NULLPTR nullptr ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:837:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, _64BitAddressPrintsCorrectly) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:837:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:842:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected.asCharString(), actual.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:847:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, BracketsFormattedHexStringFromForLongOnDifferentPlatform) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:847:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:851:2: warning: virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); }'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' STRCMP_EQUAL("(0xffffffffffffffff)", BracketsFormattedHexStringFrom(value).asCharString()); ^#define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): 30 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h44::314105::17 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:880:1:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppwarning:: 30'override' keyword is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]TEST(SimpleString, BuildStringFromUnsignedLongInteger) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:880:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp67::3035: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :note50: :expanded from macro 'TEST'107 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override;: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:886:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 CHECK_EQUAL(expected_string, result);: 19 ^ :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note127: :expanded from macro '_override'42 : note: expanded from macro 'CHECK_EQUAL'#define _override override ^ CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp17::30 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :expanded from macro 'NULLPTR'58 :124: warning#define NULLPTR nullptr: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :886:5:#define _override override warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): 59 ^: 126:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning142: :'override' keyword is incompatible with C++98 [-Wc++98-compat]66 : note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::31419::17 :note : noteexpanded from macro '_override': expanded from macro 'NULLPTR' #define _override override #define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp ^: 889:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h1::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override overrideTEST(SimpleString, BuildStringFromUnsignedInteger) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h void testBody() _override; }; \: 67 ^: 66:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::889306::119:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67#define _override override: 35 ^: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h : ^69 :71/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :895:5:#define _override override warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected_string, result); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp: :expanded from macro 'CHECK_EQUAL'30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ #define NULLPTR nullptr /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:895:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:900:1: warning virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; }: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19TEST(SimpleString, fromStdString): ^note : expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24#define _override override: ^note : expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp19::30 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :expanded from macro '_override'157 :76: warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:900:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h67::30635::19 :note : noteexpanded from macro 'TEST': expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::30630:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 159note:: 91expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppnote:: 905expanded from macro '_override': 5: warning: #define _override override'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ STRCMP_EQUAL("hello", s1.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp43::30 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :expanded from macro 'STRCMP_EQUAL'165 :88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; }expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define NULLPTR nullptr306 : ^19 : note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::171908::1061:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, CHECK_EQUAL_unsigned_long) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24 virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; }: ^note : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note void testBody() _override; }; \: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :908:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp ^: 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:expanded from macro '_override'911 :5: warning: #define _override override'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ CHECK_EQUAL(i, i); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; }#define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp183::91166::5 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:#define _override override66 : ^ note: expanded from macro 'CHECK_EQUAL_LOCATION'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: virtual MockExpectedCall& andReturnValue(double) _override { return *this;}note : ^expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:#define NULLPTR nullptr19 : ^ note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:914:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, unsigned_long) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:914:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:920:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected_string, result); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:920:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:33: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:925:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrCmp) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:925:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:64:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :note930: :expanded from macro '_destructor_override'5 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ CHECK(SimpleString::StrCmp(empty, empty) == 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:931:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrCmp(bla, blabla) == -(int)'b'); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:932:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrCmp(blabla, bla) == 'b'); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:59#define NULLPTR nullptr: 1 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCheckedActualCall, unExpectedCall) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppexpanded from macro '_override': 933:5: #define _override overridewarning : ^'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrCmp(bla, empty) == 'b'); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:59:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:934:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: CHECK(SimpleString::StrCmp(empty, bla) == -(int)'b');19 : ^ note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :102:55:#define _override override note ^: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:935:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrCmp(bla, bla) == 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:938:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCpy_no_zero_termination) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:938:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:68:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCheckedActualCall, unExpectedCallWithAParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:68:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:941:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("womanXXXXX", SimpleString::StrNCpy(str, "woman", 5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:944:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCpy_zero_termination) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:944:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCheckedActualCall, unExpectedCallWithAnOutputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:947:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("woman", SimpleString::StrNCpy(str, "woman", 6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:950:1: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]80 :66: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCpy_null_proof) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: actualCall.withName("unexpected").withOutputParameter("bar", NULLPTR); note ^: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: void testBody() _override; }; \note : ^expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:#define NULLPTR nullptr19 : ^ note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:950:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:86:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCheckedActualCall, unExpectedCallOnObject) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:952:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:86:1: warning POINTERS_EQUAL(NULLPTR, SimpleString::StrNCpy(NULLPTR, "woman", 6));: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h67::31435::17 :note : noteexpanded from macro 'TEST': expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::19952:: 51note:: expanded from macro '_override'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ POINTERS_EQUAL(NULLPTR, SimpleString::StrNCpy(NULLPTR, "woman", 6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:952:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, SimpleString::StrNCpy(NULLPTR, "woman", 6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:955:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCpy_stops_at_end_of_string) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp : ^96 :5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'nullptr' is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ CHECK(actualCall.hasFailed()); // Checks that onObject() doesn't "reset" call state ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:955:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:958:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("woman", SimpleString::StrNCpy(str, "woman", 8)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: TEST(MockCheckedActualCall, actualCallWithNoReturnValueAndMeaninglessCallOrderForCoverage)expanded from macro 'STRCMP_EQUAL' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): expanded from macro 'TEST' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17 void testBody() _override; }; \: ^note : expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define NULLPTR nullptr note ^: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:961:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCpy_nothing_to_do) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:961:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:108:1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :warning964: :'override' keyword is incompatible with C++98 [-Wc++98-compat]5 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TEST(MockCheckedActualCall, unExpectedParameterName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: STRCMP_EQUAL("XXXXXXXXXX", SimpleString::StrNCpy(str, "woman", 0));65 : ^24 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro 'TEST'162 :43: note: expanded from macro 'STRCMP_EQUAL' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314#define _override override: 17 ^: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:108:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:967:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCpy_write_into_the_middle) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:967:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:971:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("womenXXXXX", str); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:: 124warning:: 1noexcept specifications are incompatible with C++98 [-Wc++98-compat]: warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' TEST(MockCheckedActualCall, multipleSameFunctionsExpectingAndHappenGradually) ^ #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24:In file included from note:: 1expanded from macro 'TEST': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppwarning void testBody() _override; }; \:: 974noexcept specifications are incompatible with C++98 [-Wc++98-compat] ^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : void operator delete[](void* mem) UT_NOTHROW;warning306 : : ^'override' keyword is incompatible with C++98 [-Wc++98-compat]19 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note125: TEST(SimpleString, StrNCmp_equal):expanded from macro '_override' 24 ^: note: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hexpanded from macro 'UT_NOTHROW' : ^65 :24 #define UT_NOTHROW noexcept: ^note : expanded from macro 'TEST' void testBody() _override; }; \ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::3061:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:: 64note:: 51expanded from macro '_override': warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] #define _override override ^ void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp : ^124 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h1:: 67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::3565:: 53note:: expanded from macro 'TEST'warning : noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \:: 125974 ^:: 241:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: : note306warning: :: expanded from macro 'UT_NOTHROW'19'override' keyword is incompatible with C++98 [-Wc++98-compat] : note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hexpanded from macro '_override' #define UT_NOTHROW noexcept: 67 ^: 35#define _override override: ^note : expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:980:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCmp_should_always_return_0_when_n_is_0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp980::31: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hwarning:: 39'override' keyword is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :67:35: note: expanded from macro 'TEST' virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:: 3note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:#define _override override37 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:150:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCheckedActualCall, MockIgnoredActualCallWorksAsItShould) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:150:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp: ^:3 986: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:306: :39warning19: : :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h'override' keyword is incompatible with C++98 [-Wc++98-compat] : note190: :expanded from macro '_override'21 :TEST(SimpleString, StrNCmp_s1_smaller) warning^#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65: void testBody() _override;24 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'TEST': 306:19: void testBody() _override; }; \note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:#define _override override3 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:986:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h ^: 39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppexpanded from macro '_destructor_override': 156:5:#define _destructor_override override warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(false == actual.returnBoolValue()); ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::1023:: 55In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :note39: : expanded from macro 'CHECK'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::314314::1717:: notenote: : expanded from macro 'NULLPTR'expanded from macro 'NULLPTR' #define NULLPTR nullptr #define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp3:: 157In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h5::39 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]229 :116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(true == actual.returnBoolValueOrDefault(true)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR): 102 ^: 55/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314note:: 17expanded from macro 'CHECK': note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:158:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h CHECK(false == actual.returnBoolValueOrDefault(false));: 251 ^: 34: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]102 :55: note virtual ~IgnoredUtestShell() _destructor_override;: expanded from macro 'CHECK' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' In file included from #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :: ^3992 : :In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 39warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCmp_s1_larger) ^ virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::65306::2419:: notenote: : expanded from macro 'TEST'expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp#define _override override: 159 void testBody() _override; }; \ ^: 5 ^In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:warning:3: 306: 'nullptr' is incompatible with C++98 [-Wc++98-compat]:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 39note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h CHECK(0 == actual.returnUnsignedLongIntValue());expanded from macro '_override': 255 ^: 34#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^:warning 102: :'override' keyword is incompatible with C++98 [-Wc++98-compat]55 : note: expanded from macro 'CHECK' virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h#define NULLPTR nullptr: 39 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp virtual SimpleString getMacroName() const _override;: 992 ^: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :67:#define _override override35 : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppnote:: 160expanded from macro 'TEST': 5: warning: In file included from 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: CHECK(0 == actual.returnIntValue());258 : virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^69 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning102/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: ::'override' keyword is incompatible with C++98 [-Wc++98-compat]55306 :: 19note:: expanded from macro 'CHECK'note virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define _override override: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314#define _override override: 17 ^: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:161:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(1ul == actual.returnUnsignedLongIntValueOrDefault(1ul)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:162:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(1 == actual.returnIntValueOrDefault(1)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp: DEFAULT_COPY_CONSTRUCTOR(TestResult)163 : ^5 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning150: :'nullptr' is incompatible with C++98 [-Wc++98-compat]80 : note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' CHECK(0 == actual.returnLongIntValue()); ^ #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^102 :55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:164:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(1l == actual.returnLongIntValueOrDefault(1l)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:998:1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :warning165: :'override' keyword is incompatible with C++98 [-Wc++98-compat]5 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCmp_n_too_large) ^ CHECK(0 == actual.returnUnsignedIntValue());/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^65 :24:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note102: :expanded from macro 'TEST'55 : note: expanded from macro 'CHECK' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314 :17: note#define _override override: expanded from macro 'NULLPTR' ^ #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:166:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp CHECK(1u == actual.returnUnsignedIntValueOrDefault(1u));: 998 ^: 1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 102'override' keyword is incompatible with C++98 [-Wc++98-compat]: 55: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 67expanded from macro 'CHECK': 35: note: expanded from macro 'TEST' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:168:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:169:11: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] CHECK(1ll == actual.returnLongLongIntValueOrDefault(1ll)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:169:57: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] CHECK(1ll == actual.returnLongLongIntValueOrDefault(1ll)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:169:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(1ll == actual.returnLongLongIntValueOrDefault(1ll)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:170:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:171:11: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] CHECK(1ull == actual.returnUnsignedLongLongIntValueOrDefault(1ull)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:In file included from 171/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::663:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]44 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(1ull == actual.returnUnsignedLongLongIntValueOrDefault(1ull)); ^ virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp19::171 :note5: :expanded from macro '_override' warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat]#define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1004:1 CHECK(1ull == actual.returnUnsignedLongLongIntValueOrDefault(1ull));: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: TEST(SimpleString, StrNCmp_s1_empty)note : ^expanded from macro 'CHECK' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: void testBody() _override; }; \In file included from 314 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp: ^:17 3:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h In file included from :note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h306: ::expanded from macro 'NULLPTR'4419 : :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h :#define NULLPTR nullptrnote111 : : ^expanded from macro '_override'76 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp77::173 :warning5: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override;: 1004 ^: DOUBLES_EQUAL(0.0, actual.returnDoubleValue(), 0.0); 1 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: ^: 306warning:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h19'override' keyword is incompatible with C++98 [-Wc++98-compat]:: 281 :note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h55: ::expanded from macro '_override'67 :note35: #define _override override:expanded from macro 'DOUBLES_EQUAL' ^note : expanded from macro 'TEST' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \17 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'NULLPTR': 306:19: #define NULLPTR nullptrnote : ^expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:174:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(1.5, actual.returnDoubleValueOrDefault(1.5), 0.0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: In file included from expanded from macro 'DOUBLES_EQUAL'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__): 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314: virtual ~MemoryLeakWarningPlugin() _destructor_override;17 : ^ note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'NULLPTR'322 :30: note: #define NULLPTR nullptrexpanded from macro '_destructor_override' ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp19::175 :note5: :expanded from macro '_override' warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat]#define _override override ^ In file included from STRCMP_EQUAL("bla", actual.returnStringValueOrDefault("bla"));/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp : ^3 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h45:: 162/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h::4349:: 71note:: expanded from macro 'STRCMP_EQUAL'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314note:: 17expanded from macro '_override': note: #define _override overrideexpanded from macro 'NULLPTR' ^ #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:176:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", actual.returnStringValue()); ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h162::4543: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h :note45: :expanded from macro 'STRCMP_EQUAL'91 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::17314:: 17note:: expanded from macro 'NULLPTR'note : expanded from macro 'NULLPTR' #define NULLPTR nullptr#define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:177:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:177:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::3141010::171:: notewarning: : expanded from macro 'NULLPTR''override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCmp_s2_empty) #define NULLPTR nullptr^ In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h4:: 65In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h24::31 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h: :expanded from macro 'TEST'57 :28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ virtual ~MockFailure() _destructor_override {}/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::322 :note30: :expanded from macro '_override' note: expanded from macro '_destructor_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp#define _override override: 178#define _destructor_override override ^: 5 ^: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK((void*) 0x2 == actual.returnPointerValueOrDefault((void*) 0x2)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1010:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:179: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \11 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'nullptr' is incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' CHECK(NULLPTR == actual.returnConstPointerValue()); ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:179:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnConstPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:180:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK((const void*) 0x2 == actual.returnConstPointerValueOrDefault((const void*) 0x2)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:181:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnFunctionPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp: :expanded from macro 'NULLPTR'4 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: #define NULLPTR nullptrIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:181:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note CHECK(NULLPTR == actual.returnFunctionPointerValue());: expanded from macro '_override' ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^102 :55: note: expanded from macro 'CHECK' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h : ^33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::73314::6017:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:182:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK((void(*)()) 1 == actual.returnFunctionPointerValueOrDefault((void(*)()) 0x1)); /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp ^: 1016:1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning102: :'override' keyword is incompatible with C++98 [-Wc++98-compat]55 : note: expanded from macro 'CHECK' TEST(SimpleString, StrNCmp_s1_and_s2_empty) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)24 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'TEST': 314:17: note: void testBody() _override; }; \expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :#define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp306 :: ^419 : :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 32expanded from macro '_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h#define _override override: 33 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::306183::195:: notewarning: : expanded from macro '_override''nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ CHECK_FALSE(actual.hasReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1016:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 67:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h35::314 :note17: :expanded from macro 'TEST' note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp DEFAULT_COPY_CONSTRUCTOR(MockNamedValue): 184 ^: 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 150warning:: 80'nullptr' is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' CHECK(actual.returnValue().equals(MockNamedValue(""))); ^ #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1022:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrStr) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1022:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp: virtual ~MockCheckedActualCall() _destructor_override;1028 : ^5 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning322: :'nullptr' is incompatible with C++98 [-Wc++98-compat]30 : note: expanded from macro '_destructor_override' CHECK(SimpleString::StrStr(foo, empty) == foo); #define _destructor_override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note virtual MockActualCall& withName(const SimpleString& name) _override;: expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define NULLPTR nullptr: ^note : expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp4:: 1029In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h47::32 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]42 :85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrStr(empty, foo) == NULLPTR); ^ virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::314306::1719:: notenote: : expanded from macro 'NULLPTR'expanded from macro '_override' #define _override override #define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h1029::325: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning43: :'nullptr' is incompatible with C++98 [-Wc++98-compat]83 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrStr(empty, foo) == NULLPTR); virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::19102:: 55note:: expanded from macro '_override'note : expanded from macro 'CHECK' #define _override override ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::3144:: 17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :44:100: #define NULLPTR nullptrwarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::1030306::519:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ CHECK(SimpleString::StrStr(foobarfoo, barf) == foobarfoo+3); ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :In file included from 102/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::5532:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:46:109: : warningexpanded from macro 'CHECK': 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306314::1917:: notenote: : expanded from macro '_override'expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::103132:: 52/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 48warning:: 114'nullptr' is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrStr(barf, foobarfoo) == NULLPTR); ^ virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306314::1917:: notenote: : expanded from macro '_override'expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::321031: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h5::49 :warning89: :'nullptr' is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrStr(barf, foobarfoo) == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override;: 102 ^: 55/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::: 187306note::: 119expanded from macro 'CHECK':: warningnote: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ^ TEST(MockCheckedActualCall, remainderOfMockActualCallTraceWorksAsItShould) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h^: 314:17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 65note:: 24expanded from macro 'NULLPTR': noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp#define NULLPTR nullptrexpanded from macro 'TEST': 4 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: void testBody() _override; }; \32 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :50/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::94306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp4:: 1032In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h5::32 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]51 :89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrStr(foo, foo) == foo); ^ virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^102 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h55::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp306 ::note18719: ::expanded from macro 'CHECK'1 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): 67 ^: 35:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :In file included from note314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp: ::expanded from macro 'TEST'174 :: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :expanded from macro 'NULLPTR'32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100#define NULLPTR nullptr: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^warning ^ : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp203::455: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hwarning:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp32'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]:: 1035/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::165:: 60warning:: actual.withLongLongIntParameter("long_long_int", (long long int) 1);'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, AtoI) ^ virtual int returnIntValueOrDefault(int default_value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^65 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h24::306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp ::note19204: ::expanded from macro 'TEST' 81 note:: expanded from macro '_override'warning void testBody() _override; }; \: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp: actual.withUnsignedLongLongIntParameter("unsigned_long_long_int", (unsigned long long int) 1); : ^4note : : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:#define _override override34 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp: :In file included from 1035/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::132:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 69'override' keyword is incompatible with C++98 [-Wc++98-compat]: 86: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]67 :35: note: expanded from macro 'TEST' virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::3064:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :71:43: warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp#define _override override: 233 ^: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning STRCMP_EQUAL(expectedString.asCharString(), actual.getTraceOutput());: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override;note : ^expanded from macro 'STRCMP_EQUAL' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :note4: : expanded from macro 'NULLPTR'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:#define NULLPTR nullptr77 : ^56 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]235 :5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: CHECK_FALSE(actual.hasReturnValue());19 : ^ note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114#define _override override: 62 ^: note: expanded from macro 'CHECK_FALSE' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__): 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314 virtual unsigned int returnUnsignedIntValue() _override;: 17 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro 'NULLPTR': 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::#define NULLPTR nullptr 1040 note: ^: 5 expanded from macro '_override': warning: #define _override override'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ In file included from CHECK(12345 == SimpleString::AtoI("012345"));/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp : ^4 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h32:: 102/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::5581:: 86note:: expanded from macro 'CHECK'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: ^:236 306::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h519:::314 :warningnote17: : :'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' note: expanded from macro 'NULLPTR'#define _override override ^ CHECK(actual.returnValue().equals(MockNamedValue("")));#define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::554:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :expanded from macro 'CHECK'32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ virtual const char * returnStringValueOrDefault(const char * default_value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h17::306 :note19: :expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppnote#define NULLPTR nullptr:: 1041expanded from macro '_override' ^: 5:#define _override override warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from CHECK(6789 == SimpleString::AtoI("6789"));/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::46102:: 55warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'CHECK'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :237 virtual const char * returnStringValue() _override;: 5 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306 CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)'nullptr' is incompatible with C++98 [-Wc++98-compat]: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override' CHECK(false == actual.returnBoolValue());314 : ^17#define _override override : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote :: 102expanded from macro 'NULLPTR': 55:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp#define NULLPTR nullptrnote: : 4 ^expanded from macro 'CHECK': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ virtual double returnDoubleValue() _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::17306:: 19note:: expanded from macro 'NULLPTR'note : expanded from macro '_override' #define NULLPTR nullptr#define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp ^: ^ 1042:5In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :warning4: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning CHECK(12345 == SimpleString::AtoI("12345/"));: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102: virtual double returnDoubleValueOrDefault(double default_value) _override;55 : ^ note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:expanded from macro 'CHECK':306 238::195:: notewarning: : expanded from macro '_override' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)'nullptr' is incompatible with C++98 [-Wc++98-compat] ^#define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314 CHECK(false == actual.returnBoolValueOrDefault(true));: 17 ^: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp: ::expanded from macro 'NULLPTR'1024 :: 55In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define NULLPTR nullptr : note32 ^: : expanded from macro 'CHECK'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) virtual const void * returnConstPointerValue() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::314306::1719:: notenote: : expanded from macro 'NULLPTR'expanded from macro '_override' #define _override override #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp ^: 1043:5: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp: :'nullptr' is incompatible with C++98 [-Wc++98-compat]4 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90 CHECK(12345 == SimpleString::AtoI("12345:"));: 87 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :102:55: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp: virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override;:expanded from macro 'CHECK' 239 ^: 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h CHECK(0 == actual.returnLongIntValue());: 314#define _override override ^: 17 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note102: :expanded from macro 'NULLPTR'In file included from 55 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:: 4#define NULLPTR nullptrnote: : In file included from ^expanded from macro 'CHECK'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) virtual void * returnPointerValue() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::314306::1719:: notenote: : expanded from macro 'NULLPTR'expanded from macro '_override' #define _override override #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp ^ : ^1044 :5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(-12345 == SimpleString::AtoI("-12345")); In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::10232:: 55/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 93note:: 56expanded from macro 'CHECK': warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 240:5: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) virtual void * returnPointerValueOrDefault(void *) _override;warning : ^ ^'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::314306::1719 CHECK(0 == actual.returnUnsignedLongIntValue());:: ^notenote : : expanded from macro 'NULLPTR'expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :102:#define _override override55#define NULLPTR nullptr : ^ ^ note : expanded from macro 'CHECK' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^95 :52/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314warning:: 17'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro 'NULLPTR' virtual void (*returnFunctionPointerValue())() _override; ^ #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp ^306: :104519::5 :note : warningexpanded from macro '_override': 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ CHECK(123 == SimpleString::AtoI("\t \r\n123")); ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h102:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp9655:::241:71 5:note: : warningexpanded from macro 'CHECK'warning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; CHECK(0 == actual.returnIntValue()); CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:::10219314:::55 17:note: : noteexpanded from macro '_override'note: : expanded from macro 'CHECK'expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp ^: 4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h314::3217: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note98: :expanded from macro 'NULLPTR'61 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual MockActualCall& onObject(const void* objectPtr) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp : ^1046 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h5::306 :warning19: :'nullptr' is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ CHECK(123 == SimpleString::AtoI("123-foo")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::242102::555:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) CHECK(0 == actual.returnUnsignedLongIntValueOrDefault(1ul)); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h314::10217::55 :note : noteexpanded from macro 'NULLPTR': expanded from macro 'CHECK' #define NULLPTR nullptr ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1047:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == SimpleString::AtoI("-foo")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::55243:: 5note:: expanded from macro 'CHECK'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnIntValueOrDefault(1)); CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::102314::5517:: notenote: : expanded from macro 'CHECK'expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {}: 1048 ^: 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314warning:: 17'nullptr' is incompatible with C++98 [-Wc++98-compat]:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :note244: :expanded from macro 'NULLPTR'5 : CHECK(-32768 == SimpleString::AtoI(min_short_str)); #define NULLPTR nullptrwarning ^ : ^'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note CHECK(0 == actual.returnLongIntValue());: expanded from macro 'CHECK' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define NULLPTR nullptr:In file included from 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp ^:: 174:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :expanded from macro 'NULLPTR'32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36#define NULLPTR nullptr: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp#define _destructor_override override: 1049 ^: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppIn file included from CHECK(32767 == SimpleString::AtoI(max_short_str));:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h 245: ^:32 5: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ::warning161102: ::'nullptr' is incompatible with C++98 [-Wc++98-compat]6455 :: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'CHECK' CHECK(0 == actual.returnLongIntValueOrDefault(1l)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h virtual MockActualCall& withName(const SimpleString& name) _override;: 102 CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^: 55 ^:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306: ::expanded from macro 'CHECK'31419 ::17 :note : noteexpanded from macro '_override': expanded from macro 'NULLPTR' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) #define _override override ^ ^#define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :17: note: expanded from macro 'NULLPTR'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define NULLPTR nullptr: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::32247: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h5::163 :warning85: :'nullptr' is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnLongLongIntValue()); ^ virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::102306::5519:: notenote: : expanded from macro 'CHECK'expanded from macro '_override' #define _override override ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :4/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::1732:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 164expanded from macro 'NULLPTR': 83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define NULLPTR nullptr ^ virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override;: 248 ^: 55/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]: note: expanded from macro '_override' #define _override override ^ CHECK(0 == actual.returnLongLongIntValueOrDefault(1ll)); ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:: 248warning:: 5'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h CHECK(0 == actual.returnLongLongIntValueOrDefault(1ll));: 306 ^: 19: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro '_override'102 :55:#define _override override note ^: expanded from macro 'CHECK' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::167314::10917:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp: virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override;249 : ^5 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'nullptr' is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' #define _override override ^ CHECK(0 == actual.returnUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp102::455: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 32expanded from macro 'CHECK': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override;314 : ^17 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro 'NULLPTR'19 : note: expanded from macro '_override' #define NULLPTR nullptr ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :250:#define _override override63 : ^ warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: CHECK(0 == actual.returnUnsignedLongLongIntValueOrDefault(1ull));/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^171 :94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:250: virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override;5 : ^ warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]306 :19: note: expanded from macro '_override' #define _override override ^ CHECK(0 == actual.returnUnsignedLongLongIntValueOrDefault(1ull)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp55::4 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppnoteIn file included from :: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h1052expanded from macro 'CHECK':: 321: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning172: :'override' keyword is incompatible with C++98 [-Wc++98-compat]89 : CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) warning ^: TEST(SimpleString, AtoU) 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h^: 314:17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 65 virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override;note: : 24 ^expanded from macro 'NULLPTR': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306#define NULLPTR nullptrexpanded from macro 'TEST': 19 ^: note: void testBody() _override; }; \expanded from macro '_override' ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp : ^4 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :252:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: CHECK(0 == actual.returnUnsignedIntValue()); note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:#define _override override102 : ^55 : note: expanded from macro 'CHECK' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): 174 ^: 101/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :1052warning314:: :1'override' keyword is incompatible with C++98 [-Wc++98-compat]17: : warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'NULLPTR' virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h #define NULLPTR nullptr: ^ 67 ^:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h 35::306 :note19: :expanded from macro 'TEST' note: expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h4:: 306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h19::32 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :expanded from macro '_override'175 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp122::253#define _override override : warning5 ^: : 'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; CHECK(0 == actual.returnUnsignedIntValueOrDefault(1u)); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h19::102 :note55: :expanded from macro '_override' note: expanded from macro 'CHECK'#define _override override ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h314::3217: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note176: :expanded from macro 'NULLPTR'124 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:254:5: warning: virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override;'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' DOUBLES_EQUAL(0.0, actual.returnDoubleValue(), 0.0); ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: In file included from expanded from macro 'DOUBLES_EQUAL'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__)'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override;expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define NULLPTR nullptr: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppexpanded from macro '_override': 255:5#define _override override: ^warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: DOUBLES_EQUAL(0.0, actual.returnDoubleValueOrDefault(1.0), 0.0);/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^181 :42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 281'override' keyword is incompatible with C++98 [-Wc++98-compat]: 55: virtual MockNamedValue returnValue() _override; ^ note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'DOUBLES_EQUAL'306 :19: note: expanded from macro '_override' #define _override override ^ DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppIn file included from ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp3141055:::4175: ::In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnotewarning:: : 32expanded from macro 'NULLPTR''nullptr' is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63#define NULLPTR nullptr: ^warning CHECK(12345 == SimpleString::AtoU("012345")); : 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102 virtual bool returnBoolValueOrDefault(bool default_value) _override;: 55 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro 'CHECK': 19: note: expanded from macro '_override' #define _override override ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:::2563144::: 517In file included from ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :warningnote32: : : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :184:36: #define NULLPTR nullptrwarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", actual.returnStringValueOrDefault("bla")); ^ virtual bool returnBoolValue() _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 162/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::43306:: 19note:: expanded from macro 'STRCMP_EQUAL'note : expanded from macro '_override' #define _override override ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::3144:: 17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:note:32: 1056: expanded from macro 'NULLPTR':/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h 5::186 :#define NULLPTR nullptrwarning60 : : ^'nullptr' is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(6789 == SimpleString::AtoU("6789")); virtual int returnIntValueOrDefault(int default_value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h306::10219::55 :note : noteexpanded from macro '_override': expanded from macro 'CHECK'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp #define _override override: 257 ^: 5: warning: In file included from 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp : ^4 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h STRCMP_EQUAL("", actual.returnStringValue());:: 31432 ^:: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h 187:note:162: 34:expanded from macro 'NULLPTR':43 :warning : #define NULLPTR nullptrnote'override' keyword is incompatible with C++98 [-Wc++98-compat] : ^expanded from macro 'STRCMP_EQUAL' virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)expanded from macro '_override' #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :note4: : expanded from macro 'NULLPTR'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:#define NULLPTR nullptr189/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :: ^601057 :: 5warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: CHECK(12345 == SimpleString::AtoU("12345/"));306 : ^19 : note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hexpanded from macro '_override': 102:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:258:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 55#define _override override CHECK(NULLPTR == actual.returnPointerValue());: ^ ^note : expanded from macro 'CHECK' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :note4: : expanded from macro 'NULLPTR' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 32#define NULLPTR nullptr: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: ^:314 190::1786:: notewarning: : expanded from macro 'NULLPTR''override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :258:#define NULLPTR nullptr5 : ^ warning virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override;: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: CHECK(NULLPTR == actual.returnPointerValue());expanded from macro '_override' ^ #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :102:55: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp: :expanded from macro 'CHECK'4 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ virtual long int returnLongIntValue() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h17::306 :note19: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppexpanded from macro 'NULLPTR' note: :expanded from macro '_override'1058 #define NULLPTR nullptr: 5#define _override override ^: ^warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: CHECK(12345 == SimpleString::AtoU("12345:"));32 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :193:74/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 102warning:: 55'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppexpanded from macro 'CHECK': 259 virtual long int returnLongIntValueOrDefault(long int default_value) _override;: 11 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): 306 'nullptr' is incompatible with C++98 [-Wc++98-compat]: ^ 19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 314expanded from macro '_override': 17 CHECK(NULLPTR == actual.returnPointerValueOrDefault((void*) NULLPTR));: #define _override override ^ note ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'NULLPTR': 314:17In file included from :#define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote ^:: 32expanded from macro 'NULLPTR': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65:#define NULLPTR nullptr warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override;: 259 ^: 65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'nullptr' is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp#define _override override: 1059 ^ CHECK(NULLPTR == actual.returnPointerValueOrDefault((void*) NULLPTR));: 5 ^: warning: In file included from 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp ::3144:: 17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h CHECK(123 == SimpleString::AtoU("\t \r\n123"));:note 32: ^: expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h196::#define NULLPTR nullptr102106 :: ^55 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'CHECK' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override;: 259 ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^:: 306warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: :19'nullptr' is incompatible with C++98 [-Wc++98-compat]314: : 17note:: expanded from macro '_override'note : expanded from macro 'NULLPTR' CHECK(NULLPTR == actual.returnPointerValueOrDefault((void*) NULLPTR)); #define _override override ^ ^#define NULLPTR nullptr /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 102:In file included from 55/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:: 4note: : In file included from expanded from macro 'CHECK'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ virtual cpputest_longlong returnLongLongIntValue() _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::17306::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp 19:note:1060: :expanded from macro 'NULLPTR'note5 : :expanded from macro '_override' warning#define NULLPTR nullptr: #define _override override'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ ^ CHECK(123 == SimpleString::AtoU("123-foo"));In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp ^: 4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::32102: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h55::199 :note96: :expanded from macro 'CHECK' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp warning:: 260'override' keyword is incompatible with C++98 [-Wc++98-compat]: 11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : CHECK(NULLPTR == actual.returnConstPointerValue());/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h314 :: ^30617 ::19 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:note: : 314noteexpanded from macro 'NULLPTR':: 17expanded from macro '_override': #define NULLPTR nullptrnote #define _override override: ^ expanded from macro 'NULLPTR' ^ In file included from #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp : ^4 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp: virtual unsigned int returnUnsignedIntValue() _override;260 : ^5 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp19 ::1061 :note5: :expanded from macro '_override' CHECK(NULLPTR == actual.returnConstPointerValue()); warning ^: #define _override override'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 102:55: note CHECK(65535 == SimpleString::AtoU(max_short_str));: expanded from macro 'CHECK' ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :In file included from 102/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::55 CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)32: : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote :: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h202expanded from macro 'CHECK':: 31486::17 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'NULLPTR' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define NULLPTR nullptr: 314 virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^: 17 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro 'NULLPTR': 19: note#define NULLPTR nullptr: expanded from macro '_override' ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:261:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: CHECK(NULLPTR == actual.returnConstPointerValueOrDefault((const void*) NULLPTR));32 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :204:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h81::314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp ::warning171062: ::'override' keyword is incompatible with C++98 [-Wc++98-compat] 5 note:: expanded from macro 'NULLPTR'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual const char * returnStringValueOrDefault(const char * default_value) _override; CHECK(0 == SimpleString::AtoU("foo")); ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::261/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h306:::7610219::: 55 warning: note: expanded from macro 'CHECK' note: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h CHECK(NULLPTR == actual.returnConstPointerValueOrDefault((const void*) NULLPTR));: 314 ^: 17: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 314expanded from macro 'NULLPTR':In file included from 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::#define NULLPTR nullptr 4 note: ^: In file included from expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205#define NULLPTR nullptr: 46 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::19261:: 5note:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp expanded from macro '_override':warning 1063: :'nullptr' is incompatible with C++98 [-Wc++98-compat]5#define _override override : ^warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnConstPointerValueOrDefault((const void*) NULLPTR)); ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp: CHECK(0 == SimpleString::AtoU("-foo"));:102 4: ^: 55 In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:note:32: 102: expanded from macro 'CHECK':/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h 55::207 :note40: :expanded from macro 'CHECK' warning CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314 virtual double returnDoubleValue() _override;: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) 17 ^: ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: 306:expanded from macro 'NULLPTR':314 19::17 #define NULLPTR nullptr:note : ^noteexpanded from macro '_override' : expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h262::30611::19 :warning : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppnote'nullptr' is incompatible with C++98 [-Wc++98-compat]:: 1064expanded from macro '_override': 5: warning: #define _override override'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnFunctionPointerValue()); ^ ^ CHECK(0 == SimpleString::AtoU("+1"));/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp17:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:4: : 102noteIn file included from :: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h55expanded from macro 'NULLPTR':: 32 : note#define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :expanded from macro 'CHECK' ^210 :41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp ^ : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h262:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:5:314:19: :17warning :: note 'nullptr' is incompatible with C++98 [-Wc++98-compat]: note expanded from macro '_override': expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr CHECK(NULLPTR == actual.returnFunctionPointerValue()); ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h4:: 102In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h55::32 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :expanded from macro 'CHECK'211 :56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): 306 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:::1065 314:note:5: 17:expanded from macro '_override': warningnote: : #define _override override'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro 'NULLPTR' ^ #define NULLPTR nullptr CHECK(0 == SimpleString::AtoU("-1")); ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h102::3255: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note213: :expanded from macro 'CHECK'52 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) virtual const void * returnConstPointerValue() _override;: 263 ^ ^: 11/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::: 314306warning::: 1719'nullptr' is incompatible with C++98 [-Wc++98-compat]:: notenote: : expanded from macro 'NULLPTR'expanded from macro '_override' #define _override override #define NULLPTR nullptr ^ CHECK(NULLPTR == actual.returnFunctionPointerValueOrDefault((void (*)()) NULLPTR)); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::174:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :expanded from macro 'NULLPTR'32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87#define NULLPTR nullptr: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:263 virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override;:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp 78: ^:1066 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning5:: :306'nullptr' is incompatible with C++98 [-Wc++98-compat] : warning19: :'nullptr' is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override CHECK(NULLPTR == actual.returnFunctionPointerValueOrDefault((void (*)()) NULLPTR)); ^ CHECK(0 == SimpleString::AtoU("0")); ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:::1023144::: 5517In file included from ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :notenote32: : : expanded from macro 'CHECK'expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :216:52: #define NULLPTR nullptrwarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual void (*returnFunctionPointerValue())() _override;: 314 ^: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:: :19expanded from macro 'NULLPTR'263: : 5note:: #define NULLPTR nullptr expanded from macro '_override' warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat]#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4 CHECK(NULLPTR == actual.returnFunctionPointerValueOrDefault((void (*)()) NULLPTR));: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::217102::7155:: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'CHECK' virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 314:17: note: expanded from macro 'NULLPTR' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: #define NULLPTR nullptrIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1069:1: virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; }warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: TEST(SimpleString, Binary)expanded from macro '_override' ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: void testBody() _override; }; \32 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :250/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::92306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; }#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::2521069::1041:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; }: expanded from macro 'TEST' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp306::419: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 32expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp#define _override override: 1074 ^: 5: warning: In file included from 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expectedString, StringFromBinary(value, sizeof(value)).asCharString()); ^ virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::162306::4319:: notenote: : expanded from macro 'STRCMP_EQUAL'expanded from macro '_override' #define _override override ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :4/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::1732:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 271expanded from macro 'NULLPTR': 65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define NULLPTR nullptr ^ virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :note1075: :expanded from macro '_override'5 : warning#define _override override: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: STRCMP_EQUAL(expectedString, StringFromBinaryOrNull(value, sizeof(value)).asCharString());274 : ^56 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :162:43: note virtual cpputest_longlong returnLongLongIntValue() _override { return 0; }: expanded from macro 'STRCMP_EQUAL' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :note4: : expanded from macro 'NULLPTR'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275#define NULLPTR nullptr: 88 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :1076:5: warning virtual unsigned int returnUnsignedIntValue() _override { return 0; }: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' STRCMP_EQUAL("", StringFromBinary(value, 0).asCharString());#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:In file included from 43/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:: 4note: : In file included from expanded from macro 'STRCMP_EQUAL'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; }314 : ^17 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro 'NULLPTR'19 : note: expanded from macro '_override' #define NULLPTR nullptr #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:In file included from 1077/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::514:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(null)", StringFromBinaryOrNull(NULLPTR, 0).asCharString()); ^ virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::314306::1719:: notenote: : expanded from macro 'NULLPTR'expanded from macro '_override' #define _override override #define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppwarning:: 1077'override' keyword is incompatible with C++98 [-Wc++98-compat]: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override STRCMP_EQUAL("(null)", StringFromBinaryOrNull(NULLPTR, 0).asCharString()); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp162::443: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 32expanded from macro 'STRCMP_EQUAL': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ virtual const char * returnStringValueOrDefault(const char * value) _override { return value; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h17::306 :note19: :expanded from macro 'NULLPTR' note: expanded from macro '_override' #define NULLPTR nullptr #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::1080266::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, BinaryWithSize) ^ TEST(MockCheckedActualCall, MockActualCallTraceClear) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::2465:: 24note:: expanded from macro 'TEST'note : expanded from macro 'TEST' void testBody() _override; }; \ ^ void testBody() _override; }; \ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override ^#define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::1080266::11:: warningwarning: In file included from : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat] : 4/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hIn file included from 67:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:67:35:32:35: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote :: note286expanded from macro 'TEST': expanded from macro 'TEST': 60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:306:306:17:19:19: : note note: note: expanded from macro 'NULLPTR': expanded from macro '_override' expanded from macro '_override' #define NULLPTR nullptr ^ #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:271:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", actual.getTraceOutput()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override;: 1085 ^: 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'nullptr' is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ STRCMP_EQUAL(expectedString, StringFromBinaryWithSize(value, sizeof(value)).asCharString());In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp ^: 4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h33:: 162/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::4352:: 91note:: expanded from macro 'STRCMP_EQUAL'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::31419::17 :note : noteexpanded from macro '_override': expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::331086: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h5::54 :warning96: :'nullptr' is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 STRCMP_EQUAL(expectedString, StringFromBinaryWithSizeOrNull(value, sizeof(value)).asCharString());: ^note : expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:#define _override override162 : ^43 : note: expanded from macro 'STRCMP_EQUAL' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h : ^55 :91/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314warning:: 17'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp note: :expanded from macro '_override'1087 :5:#define _override override warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33 STRCMP_EQUAL("Size = 0 | HexContents = ", StringFromBinaryWithSize(value, 0).asCharString());: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h ^: 57:103: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 162'override' keyword is incompatible with C++98 [-Wc++98-compat]: 43: note: expanded from macro 'STRCMP_EQUAL' virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:#define _override override17 : ^ note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:In file included from 1088/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::594:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(null)", StringFromBinaryWithSizeOrNull(NULLPTR, 0).asCharString()); ^ virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h17::306 :note19: :expanded from macro 'NULLPTR' note: expanded from macro '_override' #define NULLPTR nullptr#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h1088::605::118 :warning : warning'nullptr' is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; STRCMP_EQUAL("(null)", StringFromBinaryWithSizeOrNull(NULLPTR, 0).asCharString()); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 162note:: 43expanded from macro '_override': note: #define _override overrideexpanded from macro 'STRCMP_EQUAL' ^ In file included from STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp : ^4 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::31433:: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 61note:: 141expanded from macro 'NULLPTR': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp1091::41: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hwarning:: 33'override' keyword is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, BinaryWithSizeLargerThan128) ^ virtual MockExpectedCall& andReturnValue(const char* value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^65 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h24::306 :note19: :expanded from macro 'TEST' note: expanded from macro '_override' #define _override override void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp: :expanded from macro '_override'4 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h : ^74 :59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1091In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp1::4 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h76::6763::35 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'TEST' virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp#define _override override: 4 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h1097::335: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :warning155: :'nullptr' is incompatible with C++98 [-Wc++98-compat]59 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ STRCMP_CONTAINS("00 ...", StringFromBinaryWithSize(value, sizeof(value)).asCharString()); /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 189expanded from macro '_override': 46: #define _override overridenote : ^expanded from macro 'STRCMP_CONTAINS' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): 33 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::73314:: 17warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'NULLPTR' #define NULLPTR nullptr virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp#define _override override: 1100 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:TEST(SimpleString, MemCmp)162 :^96 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65:24: note: expanded from macro 'TEST' virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: void testBody() _override; }; \19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19#define _override override: ^note : expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp : ^4 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h1100::3061::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h#define _override override: 67 ^: 35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } note ^: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::3061106::195:: notewarning: : expanded from macro '_override''nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from CHECK(SimpleString::MemCmp(smaller, greater, sizeof(smaller)) < 0);/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h175::10255::55 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'CHECK' virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): ^note : expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override314 : ^17 : note: expanded from macro 'NULLPTR' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: #define NULLPTR nullptrIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::1107306::519:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ CHECK(SimpleString::MemCmp(greater, smaller, sizeof(smaller)) > 0);In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp ^: 4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::33102: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h55::179 :note60: :expanded from macro 'CHECK' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::314 :note17: :expanded from macro '_override' note: expanded from macro 'NULLPTR'#define _override override ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppwarning:: 1108'override' keyword is incompatible with C++98 [-Wc++98-compat]: 41: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: LONGS_EQUAL(0, SimpleString::MemCmp(NULLPTR, NULLPTR, 0)); note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override ^ :314:17:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cppnote:: 4expanded from macro 'NULLPTR' : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:#define NULLPTR nullptr33 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :182:65:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :warning1108: :'override' keyword is incompatible with C++98 [-Wc++98-compat]50 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: LONGS_EQUAL(0, SimpleString::MemCmp(NULLPTR, NULLPTR, 0)); note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 314 ^: 17: note: expanded from macro 'NULLPTR' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: #define NULLPTR nullptrIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1111:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, MemCmpFirstLastNotMatching) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1111:1: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:4035::104 :note : warningexpanded from macro 'TEST': 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :17:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro 'NULLPTR'19 : note#define NULLPTR nullptr: expanded from macro '_override' ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1116:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 != SimpleString::MemCmp(base, firstNotMatching, sizeof(base))); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1117:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 != SimpleString::MemCmp(base, lastNotMatching, sizeof(base))); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:51:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCheatSheet, foo) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:51:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1131:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, MaskedBitsChar) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1131:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp66::11331::5 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TEST(MockCheatSheet, bar) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: STRCMP_EQUAL("xxxxxxxx", StringFromMaskedBits(0x00, 0x00, 1).asCharString());expanded from macro 'TEST' ^ void testBody() _override; }; \ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 162/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::43306:: 19note:: expanded from macro 'STRCMP_EQUAL'note : expanded from macro '_override' #define _override override ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:66:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::1134: 5note:: expanded from macro '_override'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ STRCMP_EQUAL("00000000", StringFromMaskedBits(0x00, 0xFF, 1).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1135:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("11111111", StringFromMaskedBits(0xFF, 0xFF, 1).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1136:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("1xxxxxxx", StringFromMaskedBits(0x80, 0x80, 1).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1137:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("xxxxxxx1", StringFromMaskedBits(0x01, 0x01, 1).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1138:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("11xx11xx", StringFromMaskedBits(0xFF, 0xCC, 1).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1142:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, MaskedBits16Bit) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1142:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1144:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("xxxxxxxx xxxxxxxx", StringFromMaskedBits(0x0000, 0x0000, 2*8/CPPUTEST_CHAR_BIT).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1145:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("00000000 00000000", StringFromMaskedBits(0x0000, 0xFFFF, 2*8/CPPUTEST_CHAR_BIT).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1146:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("11111111 11111111", StringFromMaskedBits(0xFFFF, 0xFFFF, 2*8/CPPUTEST_CHAR_BIT).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1147:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("1xxxxxxx xxxxxxxx", StringFromMaskedBits(0x8000, 0x8000, 2*8/CPPUTEST_CHAR_BIT).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1148:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("xxxxxxxx xxxxxxx1", StringFromMaskedBits(0x0001, 0x0001, 2*8/CPPUTEST_CHAR_BIT).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1149:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("11xx11xx 11xx11xx", StringFromMaskedBits(0xFFFF, 0xCCCC, 2*8/CPPUTEST_CHAR_BIT).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1152:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, MaskedBits32Bit) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1152:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1154:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx", StringFromMaskedBits(0x00000000, 0x00000000, 4*8/CPPUTEST_CHAR_BIT).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1155:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("00000000 00000000 00000000 00000000", StringFromMaskedBits(0x00000000, 0xFFFFFFFF, 4*8/CPPUTEST_CHAR_BIT).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1156:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("11111111 11111111 11111111 11111111", StringFromMaskedBits(0xFFFFFFFF, 0xFFFFFFFF, 4*8/CPPUTEST_CHAR_BIT).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1157:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("1xxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx", StringFromMaskedBits(0x80000000, 0x80000000, 4*8/CPPUTEST_CHAR_BIT).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1158:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxx1", StringFromMaskedBits(0x00000001, 0x00000001, 4*8/CPPUTEST_CHAR_BIT).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1159:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("11xx11xx 11xx11xx 11xx11xx 11xx11xx", StringFromMaskedBits(0xFFFFFFFF, 0xCCCCCCCC, 4*8/CPPUTEST_CHAR_BIT).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1162:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StringFromOrdinalNumberOnes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1162:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1164:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("2nd", StringFromOrdinalNumber(2).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1165:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("3rd", StringFromOrdinalNumber(3).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1166:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("4th", StringFromOrdinalNumber(4).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1167:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("5th", StringFromOrdinalNumber(5).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1168:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("6th", StringFromOrdinalNumber(6).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1169:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("7th", StringFromOrdinalNumber(7).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StringFromOrdinalNumberTens) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1174:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("10th", StringFromOrdinalNumber(10).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1175:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("11th", StringFromOrdinalNumber(11).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1176:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("12th", StringFromOrdinalNumber(12).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1177:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("13th", StringFromOrdinalNumber(13).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1178:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("14th", StringFromOrdinalNumber(14).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1179:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("18th", StringFromOrdinalNumber(18).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1182:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StringFromOrdinalNumberOthers) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1182:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1184:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("21st", StringFromOrdinalNumber(21).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1185:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("22nd", StringFromOrdinalNumber(22).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1186:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("23rd", StringFromOrdinalNumber(23).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1187:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("24th", StringFromOrdinalNumber(24).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1188:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("32nd", StringFromOrdinalNumber(32).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1189:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("100th", StringFromOrdinalNumber(100).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1190:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("101st", StringFromOrdinalNumber(101).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1193:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, BracketsFormattedHexStringFromForSignedChar) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1193:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1197:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(0x63)", BracketsFormattedHexStringFrom(value).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1201:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, BracketsFormattedHexStringFromForUnsignedInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1201:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1205:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(0x1)", BracketsFormattedHexStringFrom(value).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1208:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, BracketsFormattedHexStringFromForUnsignedLong) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1208:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1212:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(0x1)", BracketsFormattedHexStringFrom(value).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1223:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, BracketsFormattedHexStringFromForInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1223:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1226:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(0xffffffff)", BracketsFormattedHexStringFrom(value).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1230:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, BracketsFormattedHexStringFromForLong) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1230:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1234:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(0x1)", BracketsFormattedHexStringFrom(value).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1238:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, BracketsFormattedHexStringFromForLongLong) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1238:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1242:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(0x1)", BracketsFormattedHexStringFrom(value).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1244:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, BracketsFormattedHexStringFromForULongLong) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1244:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1248:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(0x1)", BracketsFormattedHexStringFrom(value).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 258 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 353 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:64:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:41:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, clear) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:41:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:45:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! mock().expectedCallsLeft()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:48:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, checkExpectationsDoesntFail) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:48:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:53:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectASingleCallThatHappens) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:53:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:58:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! mock().expectedCallsLeft()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:61:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectASingleCallThatDoesntHappen) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:61:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:64:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock().expectedCallsLeft()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:68:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectAMultiCallThatHappensTheExpectedTimes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:68:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:74:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! mock().expectedCallsLeft()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectAMultiCallThatDoesntHappenTheExpectedTimes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:82:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock().expectedCallsLeft()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:86:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, checkExpectationsClearsTheExpectations) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:86:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:97:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! mock().expectedCallsLeft()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:101:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectOneCallInScopeButNotHappen) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:101:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:117:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, unexpectedCallHappened) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:117:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:129:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, unexpectedScopeCallHappened) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:129:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:141:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectOneCallInOneScopeButActualCallInAnotherScope) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:141:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:155:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectOneCallInScopeButActualCallInGlobal) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:155:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:170:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectMultipleSingleCallsThatHappen) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:170:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:179:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectOneCallHoweverMultipleHappened) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:179:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:197:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectNoCallThatHappened) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:197:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:211:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectNoCallDoesntInfluenceExpectOneCall) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:211:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:228:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectNoCallOnlyFailureOnceWhenMultipleHappened) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:228:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:242:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, ignoreOtherCallsExceptForTheUnExpectedOne) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:242:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:261:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectNoCallInScopeThatHappened) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:261:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:275:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectNoCallInScopeButActualCallInAnotherScope) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:275:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:288:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectNoCallInScopeButActualCallInGlobal) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:288:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:301:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, ignoreOtherCallsExceptForTheExpectedOne) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:301:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:310:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, ignoreOtherCallsDoesntIgnoreMultipleCallsOfTheSameFunction) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:310:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:327:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, ignoreOtherStillFailsIfExpectedOneDidntHappen) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:327:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:342:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, threeExpectedAndActual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:342:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:354:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, disableEnable) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:354:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:359:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! mock().expectedCallsLeft()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:362:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock().expectedCallsLeft()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:368:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, OnObject) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:368:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:375:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, OnObjectIgnored_MatchingAlreadyWhenObjectPassed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:375:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:382:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, OnObjectIgnored_NotMatchingYetWhenObjectPassed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:382:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:389:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, OnObjectIgnored_InitialMatchDiscarded) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:389:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:400:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, OnObjectFails) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:400:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:416:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, OnObjectExpectedButNotCalled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:416:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:436:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectNCalls_Fulfilled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:436:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:444:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, expectNCalls_NotFulfilled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:444:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:459:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, shouldntFailTwice) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:459:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:470:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!MockFailureReporterForTest::getReporter()->mockFailureString.contains("bar")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:471:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(MockFailureReporterForTest::getReporter()->mockFailureString.contains("boo")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:474:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, shouldReturnDefaultWhenThereIsntAnythingToReturn) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:474:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:476:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock().returnValue().equals(MockNamedValue(""))); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:479:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(MockCallTest, testForPerformanceProfiling) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:479:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:496:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCallTest, mockExpectationShouldIncreaseNumberOfChecks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCallTest.cpp:496:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:64:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customObjectParameterFailsWhenNotHavingAComparisonRepository) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:94:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customObjectParameterFailsWhenNotHavingACopierRepository) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:94:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:106:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customObjectParameterSucceeds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:106:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:130:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customObjectWithFunctionComparator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:130:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customObjectWithFunctionComparatorThatFailsCoversValueToString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:162:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customTypeOutputParameterSucceeds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:162:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:173:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(55, *(expectedObject.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:173:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:174:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(55, *(actualObject.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:174:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:179:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, noActualCallForCustomTypeOutputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:179:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:199:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, unexpectedCustomTypeOutputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:199:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:222:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customTypeOutputParameterMissing) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:222:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:243:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customTypeOutputParameterOfWrongType) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:243:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:267:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, noCopierForCustomTypeOutputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:267:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 365 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:285:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, twoCustomTypeOutputParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:285:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:300:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(545, *(expectedObject1.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:300:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:301:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(545, *(actualObject1.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:301:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:302:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(123, *(expectedObject2.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:302:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:303:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(123, *(actualObject2.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:303:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:308:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, twoInterleavedCustomTypeOutputParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:308:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:323:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(9545, *(expectedObject1.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:323:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:324:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(9545, *(actualObject1.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:324:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:325:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(132, *(expectedObject2.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:325:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:326:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(132, *(actualObject2.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:326:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:331:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, twoDifferentCustomTypeOutputParametersInSameFunctionCallSucceeds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:331:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:348:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(11, *(expectedObject1.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:348:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:349:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(11, *(actualObject1.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:349:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:350:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(33, *(expectedObject2.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:350:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:351:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(33, *(actualObject2.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:351:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:356:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customTypeOutputAndInputParametersOfSameNameInDifferentFunctionCallsOfSameFunctionSucceeds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:356:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:373:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(911, *(expectedObject1.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:373:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:374:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(911, *(actualObject1.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:374:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:375:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(123, *(expectedObject2.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:375:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:376:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(123, *(actualObject2.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:376:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:381:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, twoCustomTypeOutputParametersOfSameNameInDifferentFunctionsSucceeds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:381:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:398:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(657, *(expectedObject1.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:398:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:399:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(657, *(actualObject1.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:399:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:400:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(987, *(expectedObject2.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:400:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:401:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(987, *(actualObject2.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:401:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:406:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customTypeOutputAndInputParameterOfSameTypeInSameFunctionCall) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:406:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:425:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(45, *(expectedObject1.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:425:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:426:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(45, *(actualObject1.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:426:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:427:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(987765443, *(expectedObject2.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:427:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:428:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(987765443, *(actualObject2.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:428:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:433:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customTypeOutputParameterTraced) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:433:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:443:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Function name:someFunc MyTypeForTesting someParameter:", mock().getTraceOutput()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:448:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customTypeOutputParameterWithIgnoredParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:448:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:459:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(444537909, *(expectedObject.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:459:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:460:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(444537909, *(actualObject.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:460:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:472:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, customObjectWithFunctionCopier) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:472:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:483:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(9874452, *(expectedObject.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:483:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:484:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(9874452, *(actualObject.value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:484:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:489:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, removingComparatorsWorksHierachically) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:489:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:505:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, removingCopiersWorksHierachically) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:505:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:521:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, installComparatorWorksHierarchicalOnBothExistingAndDynamicallyCreatedMockSupports) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:521:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:537:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, installComparatorsWorksHierarchical) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:537:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:553:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, installCopiersWorksHierarchically) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:553:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:590:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, shouldSupportConstParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:590:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:64:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:83:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockNamedValueHandlerRepository, getComparatorForNonExistingName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:83:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:86:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, repository.getComparatorForType("typeName")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:86:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, repository.getComparatorForType("typeName")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:89:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockNamedValueHandlerRepository, installComparator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:89:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:94:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&comparator, repository.getComparatorForType("typeName")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:97:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockNamedValueHandlerRepository, installMultipleComparators) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:97:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:104:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&comparator3, repository.getComparatorForType("type3")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:105:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&comparator2, repository.getComparatorForType("type2")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:106:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&comparator1, repository.getComparatorForType("type1")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:109:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockNamedValueHandlerRepository, getCopierForNonExistingName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:109:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:112:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, repository.getCopierForType("typeName")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:112:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, repository.getCopierForType("typeName")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:115:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockNamedValueHandlerRepository, installCopier) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:115:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:120:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&copier, repository.getCopierForType("typeName")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:123:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockNamedValueHandlerRepository, installMultipleCopiers) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:123:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:130:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&copier3, repository.getCopierForType("type3")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:131:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&copier2, repository.getCopierForType("type2")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:132:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&copier1, repository.getCopierForType("type1")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:135:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockNamedValueHandlerRepository, installMultipleHandlers) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:135:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:146:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&comparator3, repository.getComparatorForType("type3")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:147:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&comparator2, repository.getComparatorForType("type2")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:148:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&comparator1, repository.getComparatorForType("type1")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:149:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&copier3, repository.getCopierForType("type3")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:150:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&copier2, repository.getCopierForType("type2")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:151:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&copier1, repository.getCopierForType("type1")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:173:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithoutParameterSetOrNotFound) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:173:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:175:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", call->getInputParameterType("nonexisting").asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:177:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!call->hasInputParameterWithName("nonexisting")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:180:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithUnsignedIntegerParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:180:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:185:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("unsigned int", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:187:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->hasInputParameterWithName(paramName)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:188:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> unsigned int paramName: <356 (0x164)>", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:191:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithIntegerParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:191:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:196:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("int", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:198:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->hasInputParameterWithName(paramName)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:199:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> int paramName: <2 (0x2)>", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:202:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithBooleanParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:202:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:207:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("bool", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:208:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(value, call->getInputParameter(paramName).getBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:208:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:209:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->hasInputParameterWithName(paramName)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:210:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> bool paramName: ", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:213:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithUnsignedLongIntegerParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:213:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:218:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("unsigned long int", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:220:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->hasInputParameterWithName(paramName)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:221:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> unsigned long int paramName: <888 (0x378)>", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:224:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithLongIntegerParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:224:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:229:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("long int", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:231:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->hasInputParameterWithName(paramName)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:232:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> long int paramName: <777 (0x309)>", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:237:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithUnsignedLongLongIntegerParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:237:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:240:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long value = 888; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:242:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("unsigned long long int", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:243:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(value, call->getInputParameter(paramName).getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:243:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:243:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:244:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->hasInputParameterWithName(paramName)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:245:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> unsigned long long int paramName: <888 (0x378)>", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:248:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithLongLongIntegerParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:248:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:251:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long value = 777; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:253:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("long long int", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:254:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(value, call->getInputParameter(paramName).getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:254:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:254:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:255:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->hasInputParameterWithName(paramName)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:256:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> long long int paramName: <777 (0x309)>", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:261:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithDoubleParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:261:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:266:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("double", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:267:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(value, call->getInputParameter(paramName).getDoubleValue(), 0.0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:268:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> double paramName: <1.2>", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:271:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithDoubleParameterAndTolerance) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:271:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:277:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("double", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:278:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(value, call->getInputParameter(paramName).getDoubleValue(), 0.0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:279:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(tolerance, call->getInputParameter(paramName).getDoubleTolerance(), 0.0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:280:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> double paramName: <1.2>", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:283:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithStringParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:283:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:288:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("const char*", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:289:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(value, call->getInputParameter(paramName).getStringValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:290:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> const char* paramName: ", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 588 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:293:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithPointerParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:293:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:298:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("void*", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:299:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(value, call->getInputParameter(paramName).getPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:300:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> void* paramName: <0x123>", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:303:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithConstPointerParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:303:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:308:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("const void*", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:309:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(value, call->getInputParameter(paramName).getConstPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:310:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> const void* paramName: <0x345>", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:313:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithFunctionPointerParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:313:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:318:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("void (*)()", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:319:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(value, call->getInputParameter(paramName).getFunctionPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:320:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> void (*)() paramName: <0xdead>", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:323:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithMemoryBuffer) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:323:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:328:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("const unsigned char*", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:329:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL( (void*) value, (void*) call->getInputParameter(paramName).getMemoryBuffer() ); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:331:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> const unsigned char* paramName: ", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:334:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithObjectParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:334:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:339:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(value, call->getInputParameter(paramName).getConstObjectPointer()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:340:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("ClassName", call->getInputParameterType(paramName).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:341:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("funcName -> ClassName paramName: ", call->callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:344:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithObjectParameterUnequalComparison) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:344:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:350:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!call->hasInputParameter(parameter)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:353:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithObjectParameterEqualComparisonButFailsWithoutRepository) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:353:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:359:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!call->hasInputParameter(parameter)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:362:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithObjectParameterEqualComparisonButFailsWithoutComparator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:362:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:371:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!call->hasInputParameter(parameter)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:374:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithObjectParameterEqualComparison) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:374:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:386:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->hasInputParameter(parameter)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:389:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, getParameterValueOfObjectType) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:389:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:398:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&type, call->getInputParameter("name").getConstObjectPointer()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:399:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("1", call->getInputParameterValueString("name").asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:402:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, getParameterValueOfObjectTypeWithoutRepository) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:402:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:406:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("No comparator found for type: \"type\"", call->getInputParameterValueString("name").asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:409:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, getParameterValueOfObjectTypeWithoutComparator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:409:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:415:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("No comparator found for type: \"type\"", call->getInputParameterValueString("name").asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:418:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithTwoUnsignedIntegerParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:418:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:425:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("unsigned int", call->getInputParameterType("unsigned-integer1").asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:426:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("unsigned int", call->getInputParameterType("unsigned-integer2").asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:431:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithTwoIntegerParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:431:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:438:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("int", call->getInputParameterType("integer1").asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:439:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("int", call->getInputParameterType("integer2").asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:444:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callWithThreeDifferentParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:444:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:449:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("int", call->getInputParameterType("integer").asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:450:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("const char*", call->getInputParameterType("string").asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:451:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("double", call->getInputParameterType("double").asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:453:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("hello world", call->getInputParameter("string").getStringValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:454:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(0.12, call->getInputParameter("double").getDoubleValue(), 0.05); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:457:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, singleCallNotMadeIsNotFulfilledButCanMatchActualCalls) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:457:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:461:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!expectedCall.isFulfilled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:462:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(expectedCall.canMatchActualCalls()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:465:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, singleCallMadeIsFulFilledAndCannotMatchActualCalls) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:465:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:469:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(expectedCall.isFulfilled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:470:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!expectedCall.canMatchActualCalls()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:473:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, multiCallNotMadeIsNotFulfilledButCanMatchActualCalls) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:473:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:477:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!expectedCall.isFulfilled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:478:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(expectedCall.canMatchActualCalls()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:481:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, multiCallNotMadeExpectedTimesIsNotFulfilledButCanMatchActualCalls) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:481:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:486:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!expectedCall.isFulfilled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:487:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(expectedCall.canMatchActualCalls()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:490:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, multiCallsMadeExpectedTimesIsFulfilledAndCannotMatchActualCalls) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:490:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:497:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(expectedCall.isFulfilled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:498:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!expectedCall.canMatchActualCalls()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:501:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, multiCallsMadeMoreThanExpectedTimesIsNotFulfilledAndCannotMatchActualCalls) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:501:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:509:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!expectedCall.isFulfilled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:510:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!expectedCall.canMatchActualCalls()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:513:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callsWithoutParameterAlwaysMatch) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:513:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:516:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(expectedCall.isMatchingActualCall()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:519:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callsWithParameterNotFulfilledDontMatch) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:519:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:523:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!expectedCall.isMatchingActualCall()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:526:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callsWithParameterFulfilledDoMatch) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:526:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:531:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(expectedCall.isMatchingActualCall()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:534:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callsWithSomeParametersNotFulfilledDontMatch) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:534:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:539:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!expectedCall.isMatchingActualCall()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:542:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, toStringForNoParametersSingleCallNotCalled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:542:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:546:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("name -> no parameters (expected 1 call, called 0 times)", expectedCall.callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:549:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, toStringForNoParametersMultiCallCalledLessThanExpectedTimes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:549:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:554:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("name -> no parameters (expected 2 calls, called 1 time)", expectedCall.callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:557:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, toStringForNoParametersMultiCallCalledExpectedTimes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp::22557:1: warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 264/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::967:: 35warning:: note: expanded from macro 'TEST' 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: notetypedef long long cpputest_longlong;: expanded from macro '_override' ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:563:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("name -> no parameters (expected 2 calls, called 2 times)", expectedCall.callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:566:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, toStringForIgnoredParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:566:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:571:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("name -> all parameters ignored (expected 1 call, called 0 times)", expectedCall.callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:574:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, toStringForMultipleInputParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:574:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:585:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("name -> const char* string: , int integer: <10 (0xa)>, unsigned int unsigned-integer: <7 (0x7)> " ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:589:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, toStringForMultipleInputAndOutputParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:589:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:602:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("name -> const char* string: , int integer: <10 (0xa)>, unsigned int unsigned-integer: <7 (0x7)>, " ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:606:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, toStringForMultipleOutputParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:606:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:615:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("name -> const void* buffer1: , const void* buffer2: (expected 1 call, called 1 time)", expectedCall.callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:618:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, toStringForUnmodifiedOutputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:618:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:624:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("name -> const void* buffer1: (expected 1 call, called 1 time)", expectedCall.callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:627:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, toStringForParameterAndIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:627:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:634:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("name -> const char* string: , other parameters are ignored (expected 1 call, called 1 time)", expectedCall.callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:637:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, toStringForCallOrderSingle) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:637:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:643:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("name -> expected call order: <2> -> no parameters (expected 1 call, called 1 time)", expectedCall.callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:646:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, toStringForCallOrderMultiple) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:646:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:656:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("name -> expected calls order: <5..9> -> no parameters (expected 5 calls, called 5 times)", expectedCall.callToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:659:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callOrderIsFulfilledButWithWrongOrderSingle) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:659:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:664:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->isFulfilled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:665:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->isOutOfOrder()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:668:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callOrderIsFulfilledButWithWrongOrderMultipleTooEarly) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:668:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:676:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(expectedCall.isFulfilled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:677:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(expectedCall.isOutOfOrder()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:680:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callOrderIsFulfilledButWithWrongOrderMultipleTooLate) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:680:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:688:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(expectedCall.isFulfilled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:689:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(expectedCall.isOutOfOrder()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:692:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callOrderIsFulfilledSingle) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:692:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:697:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->isFulfilled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:698:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(call->isOutOfOrder()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:701:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, callOrderIsFulfilledMultiple) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:701:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:710:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(expectedCall.isFulfilled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:711:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(expectedCall.isOutOfOrder()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:714:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, hasOutputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:714:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:720:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->hasOutputParameter(foo)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:723:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, hasUnmodifiedOutputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:723:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:727:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] foo.setValue((const void *)NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:729:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->hasOutputParameter(foo)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:732:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, hasNoOutputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:732:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:737:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(call->hasOutputParameter(foo)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:740:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, hasOutputParameterOfType) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:740:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:746:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(call->hasOutputParameter(foo)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:749:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, hasNoOutputParameterOfTypeSameTypeButInput) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:749:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:755:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(call->hasOutputParameter(foo)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:758:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCall, hasNoOutputParameterOfTypeDifferentType) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:758:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:764:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(call->hasOutputParameter(foo)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:772:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockIgnoredExpectedCall, worksAsItShould) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:772:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:777:22: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ignored.onObject(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:784:45: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] ignored.withLongLongIntParameter("yo", (long long int) 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:785:63: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] ignored.withUnsignedLongLongIntParameter("grr", (unsigned long long int) 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:790:49: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ignored.withPointerParameter("pie", (void*) NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:791:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ignored.withConstPointerParameter("woo", (const void*) NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:792:61: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ignored.withFunctionPointerParameter("fop", (void(*)()) NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:793:69: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ignored.withMemoryBufferParameter("waa", (const unsigned char*) NULLPTR, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:794:65: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ignored.withParameterOfType( "mytype", "top", (const void*) NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:795:57: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ignored.withOutputParameterReturning("bar", (void*) NULLPTR, 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:796:79: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ignored.withOutputParameterOfTypeReturning("mytype", "bar", (const void*) NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:806:38: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] ignored.andReturnValue((unsigned long long int) 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:807:29: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] ignored.andReturnValue((long long int) 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:810:36: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ignored.andReturnValue((void*) NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:811:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ignored.andReturnValue((const void*) NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp:812:40: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ignored.andReturnValue((void(*)()) NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 368 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:82:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~SimpleStringCacheAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:84:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:85:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:87:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:88:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:89:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h:91:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:39:17: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void exec() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, cacheHitWithOneEntry) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:95:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!cache.hasFreeBlocksOfSize(10)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:100:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, cacheHitWithTwoEntries) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:100:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:111:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!cache.hasFreeBlocksOfSize(10)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:116:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, allocatingMoreThanCacheAvailable) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:116:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:127:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!cache.hasFreeBlocksOfSize(10)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:133:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, allocationWillReuseTheAllocatedBlocks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:133:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:146:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, multipleDifferentSizeAllocationsAndDeallocations) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:146:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:174:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, deallocOfCachedMemoryWillNotDealloc) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:174:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:184:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, clearCacheWillRemoveAllCachedMemoryButNotAllUsedMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:184:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:199:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, clearAllIncludingCurrentlyUsedMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:199:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:212:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, allocatingLargerStringThanCached) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:212:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:223:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, allocatingMultipleLargerStringThanCached) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:223:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:240:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, clearAllIncludingCurrentlyUsedMemoryAlsoReleasesLargeNonCachesMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:240:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:265:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, deallocatingMemoryThatWasntAllocatedWhileCacheWasInPlaceProducesWarning) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:265:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:289:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, deallocatingMemoryThatWasntAllocatedWhileCacheWasInPlaceProducesWarningButOnlyOnce) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:289:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:300:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, deallocatingLargeMemoryThatWasntAllocatedWhileCacheWasInPlaceProducesWarning) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:300:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:315:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringInternalCache, deallocatingLargeMemoryThatWasntAllocatedWhileCacheWasInPlaceProducesWarningButOnlyOnce) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:315:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:347:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringCacheAllocator, allocationIsCached) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:347:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:362:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringCacheAllocator, originalAllocator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:362:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:364:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(defaultMallocAllocator(), allocator->actualAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:365:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(defaultMallocAllocator()->alloc_name(), allocator->alloc_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:366:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(defaultMallocAllocator()->free_name(), allocator->free_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:369:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringCacheAllocator, name) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:369:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:371:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("SimpleStringCacheAllocator", allocator->name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:380:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalSimpleStringCache, installsAndRemovedCache) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:380:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:385:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("SimpleStringCacheAllocator", SimpleString::getStringAllocator()->name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:386:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(cache.getAllocator(), SimpleString::getStringAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:388:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(originalStringAllocator, SimpleString::getStringAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:64:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:64:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, emptyList) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:64:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:66:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! list->hasUnfulfilledExpectations()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:67:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! list->hasFinalizedMatchingExpectations()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:71:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, addingCalls) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:71:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:78:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, listWithFulfilledExpectationHasNoUnfulfilledOnes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:78:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:84:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! list->hasUnfulfilledExpectations()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:87:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, listWithFulfilledExpectationButOutOfOrder) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:87:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:95:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! list->hasUnfulfilledExpectations()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:96:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(list->hasCallsOutOfOrder()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, listWithUnFulfilledExpectationHasNoUnfillfilledOnes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:106:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(list->hasUnfulfilledExpectations()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:109:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, deleteAllExpectationsAndClearList) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:109:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:116:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, onlyKeepUnmatchingExpectations) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:116:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:128:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, onlyKeepExpectationsRelatedTo) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:128:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:140:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, removeAllExpectationsExceptThisThatRelateToTheWoleList) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:140:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:152:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, removeAllExpectationsExceptThisThatRelateToFirstOne) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:152:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:162:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, removeAllExpectationsExceptThisThatRelateToLastOne) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:162:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, onlyKeepExpectationsWithInputParameterName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 135 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:184:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, onlyKeepExpectationsWithInputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:184:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:202:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, addPotentiallyMatchingExpectationsWithEmptyList) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:202:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:209:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, addPotentiallyMatchingExpectationsMultipleUnmatchedExpectations) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:209:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:220:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, amountOfActualCallsFulfilledFor_HasOneRelated) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:220:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:231:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, amountOfActualCallsFulfilledFor_HasNone) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:231:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:240:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, callToStringForUnfulfilledFunctions) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:240:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:253:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expectedString.asCharString(), list->unfulfilledCallsToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:256:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, callToStringForFulfilledFunctions) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:256:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:269:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expectedString.asCharString(), list->fulfilledCallsToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:272:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, removeOneFinalizedMatchingExpectationFromEmptyList) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:272:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:274:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, list->removeFirstFinalizedMatchingExpectation()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:274:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, list->removeFirstFinalizedMatchingExpectation()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:277:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, getOneMatchingExpectationFromEmptyList) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:277:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:279:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, list->getFirstMatchingExpectation()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:279:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, list->getFirstMatchingExpectation()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:282:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, toStringOnEmptyList) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:282:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:284:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", list->unfulfilledCallsToString().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:287:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, hasFinalizedMatchingExpectations_emptyList) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:287:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:289:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! list->hasFinalizedMatchingExpectations()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:292:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, hasFinalizedMatchingExpectations_listHasNonMatchingCalls) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:292:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:301:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! list->hasFinalizedMatchingExpectations()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:304:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, hasFinalizedMatchingExpectations_listHasMatchingButNotFinalizedCall) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:304:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:311:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! list->hasFinalizedMatchingExpectations()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:314:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, hasFinalizedMatchingExpectations_listHasFinalizedCallThatIgnoresParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:314:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:323:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(list->hasFinalizedMatchingExpectations()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:326:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockExpectedCallsList, hasFinalizedMatchingExpectations_listHasFinalizedCallThatDoesntIgnoreParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:326:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/ExpectedFunctionsListTest.cpp:335:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(list->hasFinalizedMatchingExpectations()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 539 warnings generated. 327 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:14:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(StandardCppLibrary, UniquePtrConversationToBool) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:14:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:16:5: warning: 'auto' type specifier is incompatible with C++98 [-Wc++98-compat] auto const aNull = std::unique_ptr(nullptr); ^~~~ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:16:45: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] auto const aNull = std::unique_ptr(nullptr); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:17:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(aNull); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:19:5: warning: 'auto' type specifier is incompatible with C++98 [-Wc++98-compat] auto const notNull = std::make_unique(1); ^~~~ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:20:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(notNull); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 42 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp::132: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h59::3168: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hwarning:: 32noexcept specifications are incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::125306::2419:: notenote: : expanded from macro 'UT_NOTHROW'expanded from macro '_override' #define _override override ^ #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81:In file included from warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60 virtual const char * returnStringValueOrDefault(const char * default_value) _override;: 70 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306noexcept specifications are incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' #define _override override ^ void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h32:: 125In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h24::31 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hexpanded from macro 'UT_NOTHROW': 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: #define UT_NOTHROW noexcept warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from : :note1: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h :61:37#define _override override: ^warning : noexcept specifications are incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from void operator delete(void* mem) UT_NOTHROW;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h : ^31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::12532:: 24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 207note:: 40expanded from macro 'UT_NOTHROW': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define UT_NOTHROW noexcept ^ virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override In file included from ^ :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp39::32 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hnoexcept specifications are incompatible with C++98 [-Wc++98-compat]: 31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69 void operator delete[](void* mem) UT_NOTHROW;: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :125:24: note virtual double returnDoubleValueOrDefault(double default_value) _override;: expanded from macro 'UT_NOTHROW' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: #define UT_NOTHROW noexcept note ^: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::311: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::6432:: 51/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 210warning:: 41noexcept specifications are incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ void operator delete (void* mem, size_t size) UT_NOTHROW; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::125 :note24: :expanded from macro '_override' note: expanded from macro 'UT_NOTHROW'#define _override override #define UT_NOTHROW noexcept ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hIn file included from :32:: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h211::6556::53 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: noexcept specifications are incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: void operator delete[] (void* mem, size_t size) UT_NOTHROW;19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 125:24#define _override override: ^note : expanded from macro 'UT_NOTHROW' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32 #define UT_NOTHROW noexcept: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:In file included from note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp#define _override override: 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp::3132: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h57::3128: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hwarning:: 32'override' keyword is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ virtual void * returnPointerValueOrDefault(void * value) _override { return value; } /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::30306:: 19note:: expanded from macro '_destructor_override'note : expanded from macro '_override' #define _override override #define _destructor_override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp314::2817: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hnote:: 31expanded from macro 'NULLPTR': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:#define NULLPTR nullptr32 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp :32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40: virtual ~NormalTestTerminator() _destructor_override;104 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'nullptr' is incompatible with C++98 [-Wc++98-compat]: 322:30: note: expanded from macro '_destructor_override' MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _destructor_override override: 314 ^: 17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:64:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:91:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS(expectedMessage.asCharString(), failure.getMessage().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h95::311: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hwarning:: 32'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from TEST(MockFailureTest, noErrorFailureSomethingGoneWrong)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h :^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:6532:: 24In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :note39: : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :191:26 void testBody() _override; }; \: ^warning : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' virtual void setup() _override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp192::9529::1 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: virtual void teardown() _override; note ^: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:#define _override override19 : ^ note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' In file included from #define _destructor_override override: 1 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp: :28: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: typedef long long cpputest_longlong;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h ^: 32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::216265::2518:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] virtual void exec() _override; ^typedef unsigned long long cpputest_ulonglong; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp32:: 98In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h5::31 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h'nullptr' is incompatible with C++98 [-Wc++98-compat]: 32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: STRCMP_EQUAL("Test failed with MockFailure without an error! Something went seriously wrong.", failure.getMessage().asCharString()); warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' Utest* createTest() _override { return new ExecFunctionTest(this); } ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::314 :note17: :expanded from macro '_override' note: expanded from macro 'NULLPTR' #define _override override#define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:101:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockFailureTest, unexpectedCallHappened) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65: UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR)24 : ^ note: expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17 void testBody() _override; }; \: ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'NULLPTR': 306:19: note: #define NULLPTR nullptrexpanded from macro '_override' ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:101:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:104:5: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp'nullptr' is incompatible with C++98 [-Wc++98-compat]:28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: STRCMP_EQUAL("Mock Failure: Unexpected call to function: foobar\n"In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h162::3243: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hnote:: 39expanded from macro 'STRCMP_EQUAL': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual SimpleString getMacroName() const _override; ^ #define NULLPTR nullptr /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:111:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockFailureTest, expectedCallDidNotHappen) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:111:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:120:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Mock Failure: Expected call WAS NOT fulfilled.\n" ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:128:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockFailureTest, MockUnexpectedNthAdditionalCallFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:128:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cppexpanded from macro 'TEST': 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::32306: :In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 31note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h :32: #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h ^: 44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:142:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockFailureTest, MockUnexpectedInputParameterFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::14245:: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:: 46warning:: 40'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]67 :35: note: expanded from macro 'TEST' virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::30306:: 19note:: expanded from macro '_destructor_override'note : expanded from macro '_override' #define _override override ^#define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:153:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp STRCMP_EQUAL("Mock Failure: Unexpected parameter name to function \"foo\": bar\n": 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::31162: :In file included from 43/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 32note: : In file included from expanded from macro 'STRCMP_EQUAL'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:32 STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h45:: 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h::1745:: 91note:: expanded from macro 'NULLPTR'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp::31163: :In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:: 33warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 72:68: warning: TEST(MockFailureTest, MockUnexpectedOutputParameterFailure)'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp33:: 163/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h::173:: 60warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :67:35: note: expanded from macro 'TEST' virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:176:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Mock Failure: Unexpected output parameter name to function \"foo\": bar\n" ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:186:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockFailureTest, MockUnexpectedUnmodifiedOutputParameterFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:186:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:198:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Mock Failure: Unexpected output parameter name to function \"foo\": bar\n" ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:208:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockFailureTest, MockUnexpectedParameterValueFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:208:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:219:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Mock Failure: Unexpected parameter value to parameter \"boo\" to function \"foo\": <20 (0x14)>\n" ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp229::281: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hwarning:: 31'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64:TEST(MockFailureTest, MockExpectedParameterDidntHappenFailure) warning^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' virtual MockActualCall& withName(const SimpleString& name) _override; void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp virtual MockActualCall& withCallOrder(unsigned int) _override;: 229 ^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 67expanded from macro '_override': 35: note: expanded from macro 'TEST' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp : ^28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:240:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: STRCMP_EQUAL("Mock Failure: Expected parameter for function \"foo\" did not happen.\n" note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: #define _override overridenote : ^expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: In file included from expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp :28: In file included from #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h : ^31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp#define _override override: 249 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockFailureTest, MockNoWayToCompareCustomTypeFailure) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp::6528:: 24In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note31: : expanded from macro 'TEST'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^51 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h89::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::24931:: 1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :warning32: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :52/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::10067:35: :note : warningexpanded from macro 'TEST': 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:252:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: STRCMP_EQUAL("MockFailure: No way to compare type . Please install a MockNamedValueComparator.", failure.getMessage().asCharString());note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43:#define _override override note ^: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp#define NULLPTR nullptr: 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:255:1: virtual bool hasReturnValue() _override; warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:TEST(MockFailureTest, MockUnexpectedObjectFailure) note^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24:#define _override override note ^: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp::1928:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :expanded from macro '_override'31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define _override override: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:255:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:In file included from 35/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:: 28note: : In file included from expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 62 ^: 63/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:265:5: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp'nullptr' is incompatible with C++98 [-Wc++98-compat]: 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h STRCMP_EQUAL(StringFromFormat (: 31 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::32162: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h43::69 :note86: :expanded from macro 'STRCMP_EQUAL' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp106::275 :warning1: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockFailureTest, MockExpectedObjectDidntHappenFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65: virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override;24 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'TEST': 306 void testBody() _override; }; \: 19 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp::306275::191:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:#define _override override35 : ^ note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h28:: 306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h19::31 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78#define _override override: 96 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]285 :5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ STRCMP_EQUAL(StringFromFormat(/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 162note:: 43expanded from macro '_override': note: expanded from macro 'STRCMP_EQUAL' #define _override override ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp#define NULLPTR nullptr: 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:64:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:35:69: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockFailureReporterForTest* MockFailureReporterForTest::instance_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:39:22: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (instance_ == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:48:17: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] instance_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.cpp:58:41: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] mock().setMockFailureStandardReporter(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 291 warnings generated. 259 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineArguments.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:39:22: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~OptionsPlugin() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:42:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] bool parseArguments(int /*ac*/, const char *const * /*av*/, int /*index*/) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:56:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] args = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:71:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, Create) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:71:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:75:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, verboseSetMultipleParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:75:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:78:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(2, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:79:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(args->isVerbose()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, veryVerbose) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:85:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(2, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:86:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(args->isVeryVerbose()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:89:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setColor) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:89:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:92:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(2, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:93:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(args->isColor()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:96:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, repeatSet) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:96:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:100:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:104:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, repeatSetDifferentParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:104:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:108:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:112:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, repeatSetDefaultsToTwoAndShuffleDisabled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:112:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:116:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, reverseEnabled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:124:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:125:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(args->isReversing()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:128:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, shuffleDisabledByDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:128:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:132:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:133:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(args->isShuffling()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:136:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, shuffleEnabled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:136:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:140:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:141:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(args->isShuffling()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, shuffleWithSeedZeroIsOk) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:148:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:149:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(0, args->getShuffleSeed()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:149:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:152:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, shuffleEnabledSpecificSeedCase1) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:152:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:156:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:157:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(999, args->getShuffleSeed()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:157:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:160:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, shuffleEnabledSpecificSeedCase2) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:160:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:164:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:165:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(888, args->getShuffleSeed()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:165:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:168:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, shuffleEnabledSpecificSeedCase3) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:168:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:172:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:173:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(777, args->getShuffleSeed()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:173:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:176:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, shuffleBeforeDoesNotDisturbOtherSwitch) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:176:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:180:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:183:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(groupFilter, *args->getGroupFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:183:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:184:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(args->isShuffling()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:187:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, runningTestsInSeperateProcesses) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:187:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:191:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:192:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(args->runTestsInSeperateProcess()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:195:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setGroupFilter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:195:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:199:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:200:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(TestFilter("group"), *args->getGroupFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:200:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:203:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setCompleteGroupDotNameFilterInvalidArgument) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:203:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:207:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:209:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setCompleteGroupDotNameFilter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:209:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:213:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:214:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(TestFilter("group"), *args->getGroupFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:214:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:215:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(TestFilter("name"), *args->getNameFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:215:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:219:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setGroupFilterSameParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:219:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:223:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:224:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(TestFilter("group"), *args->getGroupFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:224:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:227:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setStrictGroupFilter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:227:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:231:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:234:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(groupFilter, *args->getGroupFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:234:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:237:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setStrictGroupFilterSameParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:237:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:241:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:244:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(groupFilter, *args->getGroupFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:244:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:247:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setExcludeGroupFilter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' In file included from void testBody() _override; }; \ : ^1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::30659::1968:: notewarning: : expanded from macro '_override'noexcept specifications are incompatible with C++98 [-Wc++98-compat] #define _override override ^ void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp :247/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::1125:: 24: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'UT_NOTHROW' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: #define UT_NOTHROW noexceptnote : ^expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::1306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h19::61 :note37: :expanded from macro '_override' warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat]#define _override override ^ void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:251:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:254:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(groupFilter, *args->getGroupFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:254:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:257:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setExcludeGroupFilterSameParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:257:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:261:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::26428:: 5In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :warning39: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :72:42: CHECK_EQUAL(groupFilter, *args->getGroupFilters());warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' virtual void exitCurrentTest() const _override; ^ CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::314 :note17: :expanded from macro '_override' note: expanded from macro 'NULLPTR' #define _override override#define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h264::395: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :warning73: :'nullptr' is incompatible with C++98 [-Wc++98-compat]37 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 127'override' keyword is incompatible with C++98 [-Wc++98-compat]: 3: note: expanded from macro 'CHECK_EQUAL' virtual ~NormalTestTerminator() _destructor_override; CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::322142::3066:: notenote: : expanded from macro '_destructor_override'expanded from macro 'CHECK_EQUAL_LOCATION' #define _destructor_override override UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:267:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setExcludeStrictGroupFilter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:267:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:271:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp::21275:: 5warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] void testBody() _override; CHECK_EQUAL(groupFilter, *args->getGroupFilters()); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::306127::1942:: notenote: : expanded from macro '_override'expanded from macro 'CHECK_EQUAL' #define _override override CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' In file included from #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp ^: 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::275306::519:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3:#define _override override note ^: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::14228:: 66In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :note39: : expanded from macro 'CHECK_EQUAL_LOCATION' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual void teardown() _override; ^#define NULLPTR nullptr ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]278 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); }TEST(CommandLineArguments, setExcludeStrictGroupFilterSameParameter) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::30665::1924:: notenote: : expanded from macro '_override'expanded from macro 'TEST' void testBody() _override; }; \#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:278:1#define _destructor_override override: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp: :expanded from macro '_override'28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h#define _override override: 39 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:282:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp::39286: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h5::254 :warning34: :'nullptr' is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(groupFilter, *args->getGroupFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: virtual bool willRun() const _override;127 : ^42 : note: expanded from macro 'CHECK_EQUAL' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__):19: ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 314:17: note: #define _override overrideexpanded from macro 'NULLPTR' ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp::255286::345:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note virtual void setRunIgnored() _override;: expanded from macro 'CHECK_EQUAL' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)19 : ^ note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro '_override'142 :66: note: expanded from macro 'CHECK_EQUAL_LOCATION'#define _override override ^ UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cppexpanded from macro 'NULLPTR': 28: #define NULLPTR nullptrIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h ^: 39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:289:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setNameFilter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:289:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:293:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:294:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(TestFilter("name"), *args->getNameFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:294:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:297:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setNameFilterSameParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:297:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:301:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:302:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(TestFilter("name"), *args->getNameFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:302:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:305:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setStrictNameFilter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:305:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h28:: 67In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h35::45 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h: :expanded from macro 'TEST'46 :40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note virtual ~MemoryLeakWarningPlugin() _destructor_override;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override322 : ^30 : note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp#define NULLPTR nullptr: 309 ^: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:312:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(nameFilter, *args->getNameFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:312:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h29:: 314In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h17::31 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hexpanded from macro 'NULLPTR': 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:#define NULLPTR nullptr57 : ^28 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:315:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setStrictNameFilterSameParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:315:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:319:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cppnote:: 29expanded from macro 'CHECK': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)32 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::31314: :In file included from 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:: note: expanded from macro 'NULLPTR' 33: #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h : ^72 :68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); }: 322 ^: 5: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'nullptr' is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' CHECK_EQUAL(nameFilter, *args->getNameFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h#define _override override: 127 ^: 42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:322:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp: :In file included from 325/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h::133:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.hwarning:: 104'override' keyword is incompatible with C++98 [-Wc++98-compat]: 5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat]TEST(CommandLineArguments, setExcludeNameFilter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: DEFAULT_COPY_CONSTRUCTOR(MockNamedValue)note : ^expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150 void testBody() _override; }; \: 80 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro 'DEFAULT_COPY_CONSTRUCTOR': 19: note: expanded from macro '_override' #define _override override ^ #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:325:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:329:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:332:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(nameFilter, *args->getNameFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:332:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:335:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setExcludeNameFilterSameParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:335:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:339:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:342:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(nameFilter, *args->getNameFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:342:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp::42345::851:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setExcludeStrictNameFilter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24 virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override;: ^note : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19 void testBody() _override; }; \: ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp306::34519::1 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:#define _override override67 :35: note ^: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::30629:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note31: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp: :In file included from 349/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::532:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 47'nullptr' is incompatible with C++98 [-Wc++98-compat]: 105: warning: CHECK(newArgumentParser(argc, argv));'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306::19314:: 17note:: expanded from macro '_override'note : expanded from macro 'NULLPTR' #define _override override#define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp49::35389::5 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(nameFilter, *args->getNameFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127: virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override;42 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'CHECK_EQUAL': 306:19: note: CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:#define _override override17 : ^ note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp::31353: :In file included from 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 32warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h'nullptr' is incompatible with C++98 [-Wc++98-compat]: 50:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h94::127 :warning3: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142: virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override;66 : ^ note: expanded from macro 'CHECK_EQUAL_LOCATION'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:#define _override override17 : ^ note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:356:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ TEST(CommandLineArguments, setExcludeStrictNameFilterSameParameter) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h^: 306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h19::65 :note24: :expanded from macro '_override' #define _override override ^ note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp19::356 :note1: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h#define _override override: 67 ^: 35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::29306: :In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:: 31note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^56 :89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp virtual MockNamedValue returnValue() _override;: 360 ^: 5:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'nullptr' is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:#define _override override102 : ^55 : note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::29314: :In file included from 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:: 31note: : In file included from expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^62 :63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:364In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp5::29 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h'nullptr' is incompatible with C++98 [-Wc++98-compat]: 31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32 CHECK_EQUAL(nameFilter, *args->getNameFilters());: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 65:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h60::127 :warning42: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) virtual int returnIntValueOrDefault(int default_value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h314::30617::19 :note : noteexpanded from macro 'NULLPTR': expanded from macro '_override' #define NULLPTR nullptr ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp::29364: :In file included from 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:: 31warning: : In file included from 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h127::663::34 :note : warningexpanded from macro 'CHECK_EQUAL': 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ virtual int returnIntValue() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^142 :66/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro 'CHECK_EQUAL_LOCATION': note: expanded from macro '_override' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^#define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:367:1: warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:TEST(CommandLineArguments, setTestToRunUsingVerboseOutput)31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h32:: 65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::2474:: 65note:: expanded from macro 'TEST'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp::31367: :In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 32warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 75:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h106::67 :warning35: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:371:5: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp'nullptr' is incompatible with C++98 [-Wc++98-compat]: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: CHECK(newArgumentParser(argc, argv));31: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::10281::5586:: notewarning: : expanded from macro 'CHECK''override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17 virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override;: ^note : expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define NULLPTR nullptr306 : ^19 : note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp46::377 :warning5: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(nameFilter, *args->getNameFilters()); virtual const char * returnStringValue() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::127306::4219:: notenote: : expanded from macro 'CHECK_EQUAL'expanded from macro '_override' #define _override override CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' In file included from #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cppwarning:: 377'override' keyword is incompatible with C++98 [-Wc++98-compat]: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127 virtual double returnDoubleValue() _override;: 3 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'CHECK_EQUAL'306 :19: note: expanded from macro '_override' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142#define _override override: 66 ^: note: expanded from macro 'CHECK_EQUAL_LOCATION' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::31431:: 17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :87:#define NULLPTR nullptr69 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp: :expanded from macro '_override'378 :5: warning: #define _override override'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ CHECK_EQUAL(groupFilter, *args->getGroupFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cppnote:: 29expanded from macro 'CHECK_EQUAL': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::31490::1787:: notewarning: : expanded from macro 'NULLPTR''override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp19::378 :note5: :expanded from macro '_override' warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^127 :3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp ^: 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :In file included from 142/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::6631:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :expanded from macro 'CHECK_EQUAL_LOCATION'32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual void * returnPointerValue() _override; #define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:381:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setTestToRunUsingVerboseOutputOfIgnoreTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:381:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:In file included from 385/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::529:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32 CHECK(newArgumentParser(argc, argv));: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 159:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h36::102 :warning55: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'CHECK' virtual ~MockActualCallTrace() _destructor_override; CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::314322::1730:: notenote: : expanded from macro 'NULLPTR'expanded from macro '_destructor_override' #define NULLPTR nullptr ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:391:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: CHECK_EQUAL(nameFilter, *args->getNameFilters());306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 127expanded from macro '_override': 42: note: expanded from macro 'CHECK_EQUAL'#define _override override ^ CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptrIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp ^: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:: 391warning:: 5'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::19142:: 66note:: expanded from macro '_override'note : expanded from macro 'CHECK_EQUAL_LOCATION' #define _override override ^ UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp32:: 392/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::5165:: 100warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(groupFilter, *args->getGroupFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override;: expanded from macro 'CHECK_EQUAL' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 314:17: note: #define _override overrideexpanded from macro 'NULLPTR' ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp: :In file included from 392/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::532:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 166'nullptr' is incompatible with C++98 [-Wc++98-compat]: 92:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :127:3: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142 virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override;: 66 ^: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'CHECK_EQUAL_LOCATION': 306:19: note: expanded from macro '_override' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314#define _override override: 17 ^: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp19::395 :note1: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ TEST(CommandLineArguments, setNormalOutput) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' In file included from void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306::3119: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 32expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172#define _override override: 89 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:395:In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:: 29warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :In file included from 67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3532:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 173expanded from macro 'TEST': 100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::39932:: 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 176warning:: 124'nullptr' is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::314 :note17: :expanded from macro '_override' note: expanded from macro 'NULLPTR' #define _override override#define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::400:5: warning177: :'nullptr' is incompatible with C++98 [-Wc++98-compat]89 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(args->isEclipseOutput()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19314:: 17note:: expanded from macro '_override'note : expanded from macro 'NULLPTR' #define NULLPTR nullptr#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::403306::119:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' TEST(CommandLineArguments, setEclipseOutput)#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' In file included from void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306::3119: note: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp403::291: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hwarning:: 31'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::3267: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h35::184 :note36: :expanded from macro 'TEST' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual bool returnBoolValue() _override; ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:407:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; CHECK(newArgumentParser(argc, argv)); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h306::10219::55 :note : noteexpanded from macro '_override': expanded from macro 'CHECK' #define _override override ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' In file included from #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:408: virtual long int returnLongIntValue() _override;5 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'nullptr' is incompatible with C++98 [-Wc++98-compat]: 306:19: CHECK(args->isEclipseOutput()); note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55:#define _override override note ^: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:In file included from 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:: 29note: : In file included from expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31: #define NULLPTR nullptrIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp :411:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from TEST(CommandLineArguments, setNormalOutputDifferentParameter)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp :^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::6531:: 24In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :198:56 void testBody() _override; }; \: ^warning : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' #define _override override virtual cpputest_longlong returnLongLongIntValue() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp::199411::961:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 306 ^: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:415 :warning5: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); virtual const char * returnStringValue() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' :306:19: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) note ^: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp29:: 416In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h5::31 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: CHECK(args->isEclipseOutput());32 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :207/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::40102:: 55warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'CHECK' virtual double returnDoubleValue() _override; CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::314306::1719:: notenote: : expanded from macro 'NULLPTR'expanded from macro '_override' #define NULLPTR nullptr ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:419:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hTEST(CommandLineArguments, setJUnitOutputDifferentParameter): 306^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note65: :expanded from macro '_override'24 : note: expanded from macro 'TEST' #define _override override ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp19::419 :note1: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^67 :35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::1932:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 214expanded from macro '_override': 87: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:423:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:424:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(args->isJUnitOutput()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp19::427 :note1: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ TEST(CommandLineArguments, setTeamCityOutputDifferentParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp void testBody() _override; }; \: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::30631:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :240:#define _override override72 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:427:1: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h67::3135: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 32expanded from macro 'TEST': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:431:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :102/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::55306:: 19note:: expanded from macro 'CHECK'note : expanded from macro '_override' #define _override override CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:432:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(args->isTeamCityOutput()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102 virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; }: 55 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'CHECK'306 :19: note: expanded from macro '_override' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^#define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:435 virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } : ^1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: note: TEST(CommandLineArguments, setOutputToGarbage)expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:#define _override override65 : ^24 : note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp :29: #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: 31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp :435:1: warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp ^: 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::1931:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :expanded from macro '_override'32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:#define _override override250 : ^92 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:: 439warning:: 5'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102 virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; }: 55 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'CHECK'306 :19: note: expanded from macro '_override' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314#define _override override: 17 ^: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::44232:: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 257warning:: 42'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setPrintGroups) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: virtual MockNamedValue returnValue() _override { return MockNamedValue(""); }expanded from macro 'TEST' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h void testBody() _override; }; \: 306 ^: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp virtual bool returnBoolValueOrDefault(bool value) _override { return value; }: 442 ^: 1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note67: :expanded from macro '_override'35 : note: expanded from macro 'TEST' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:: 29note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31: #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:446:In file included from 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:: 29warning: : In file included from 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h CHECK(newArgumentParser(argc, argv));: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h266::10292::55 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; }: expanded from macro 'NULLPTR' ^ #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp447::295: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hwarning:: 31'nullptr' is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32 CHECK(args->isListingTestGroupNames());: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 268:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h43::102 :warning55: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'CHECK' virtual long int returnLongIntValue() _override { return 0; } CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::314306::1719:: notenote: : expanded from macro 'NULLPTR'expanded from macro '_override' #define NULLPTR nullptr ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:450:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^TEST(CommandLineArguments, setPrintGroupsAndNames) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::1965:: 24note:: expanded from macro '_override'note : expanded from macro 'TEST' #define _override override void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp ^: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp :450/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::1306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:#define _override override35 : ^ note: expanded from macro 'TEST' In file included from virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306::3119: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 32expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88#define _override override: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp ^: 454:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h5::306 :warning19: :'nullptr' is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' CHECK(newArgumentParser(argc, argv)); #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31 CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h314::28417: note:: 73expanded from macro 'NULLPTR': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp29:: 455In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h5::31 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h'nullptr' is incompatible with C++98 [-Wc++98-compat]: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: CHECK(args->isListingTestGroupAndCaseNames()); warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) note ^: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17:#define _override override note ^: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp458::291: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hwarning:: 31'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293TEST(CommandLineArguments, weirdParamatersReturnsFalse): 76^: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 65:24: note: expanded from macro 'TEST' virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp::32458: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h1::295 :warning52: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :67:35: note: expanded from macro 'TEST' virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:462:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::46529:: 1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :warning31: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292TEST(CommandLineArguments, printUsage): 71^: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h'nullptr' is incompatible with C++98 [-Wc++98-compat]: 65:24: note: expanded from macro 'TEST' virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ void testBody() _override; }; \ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::17306:: 19note:: expanded from macro 'NULLPTR'note : expanded from macro '_override' #define NULLPTR nullptr ^#define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:465:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:467:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("use -h for more extensive help\nusage [-h] [-v] [-vv] [-c] [-p] [-lg] [-ln] [-ri] [-r#]\n" ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:473:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, helpPrintsTheHelp) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: In file included from expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h void testBody() _override; }; \: 31 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::30633:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 40note:: 40expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp :473:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 67:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h35::306 :note19: note: : expanded from macro 'TEST'expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp :29note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define _override override: 33 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp46::47785::5 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55 virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override;: ^note : expanded from macro 'CHECK'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override314 : ^17 : note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:478:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(args->needHelp()); ^ virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^102 :55/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro 'CHECK': note: expanded from macro '_override' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:482:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306TEST(CommandLineArguments, pluginKnowsOption): 19^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro '_override'65 :24: note: expanded from macro 'TEST'#define _override override ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::482306::119:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: #define _override overridenote : ^expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cppexpanded from macro '_override': 29: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h : ^31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::48731:: 5In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :warning33: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :55:91: CHECK(newArgumentParser(argc, argv)); warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::17306:: 19note:: expanded from macro 'NULLPTR'note : expanded from macro '_override'#define NULLPTR nullptr ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:306492::191:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override TEST(CommandLineArguments, checkDefaultArguments) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::30629:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note31: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h ^: 59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp#define _override override: 492 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \29 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::31306: :In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 33note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hexpanded from macro '_override': 60:118#define _override override: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::49633:: 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 63warning:: 55'nullptr' is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: virtual MockExpectedCall& ignoreOtherParameters() _override;expanded from macro 'CHECK' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)19 : ^ note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'314 :17: note: expanded from macro 'NULLPTR'#define _override override ^#define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::49765::558:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(!args->isVerbose()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: virtual MockExpectedCall& andReturnValue(bool value) _override; note ^: expanded from macro 'CHECK'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 314 ^: 17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:499:#define _override override11 : ^ warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == args->getGroupFilters()); ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::31429:: 17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note31: : expanded from macro 'NULLPTR'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33#define NULLPTR nullptr: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h ^: 67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:499:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ CHECK(NULLPTR == args->getGroupFilters()); ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::19102:: 55note:: expanded from macro '_override'note : expanded from macro 'CHECK' #define _override override ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp :warning500: :'override' keyword is incompatible with C++98 [-Wc++98-compat]11 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == args->getNameFilters()); virtual MockExpectedCall& andReturnValue(long int value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h314::30617::19 :note : noteexpanded from macro 'NULLPTR': expanded from macro '_override' #define _override override #define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:500:5: warning: In file included from 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp :29: In file included from CHECK(NULLPTR == args->getNameFilters());/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h : ^31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::10233:: 55/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 69note:: 71expanded from macro 'CHECK': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^#define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:501:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp: CHECK(args->isEclipseOutput());29 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h31:: 102In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h55:33: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :note70: :expanded from macro 'CHECK'71 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^#define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h502::315: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hwarning:: 33'nullptr' is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72 CHECK(SimpleString("") == args->getPackageName());: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :102:55: note: expanded from macro 'CHECK' virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306314::1917:: notenote: : expanded from macro '_override'expanded from macro 'NULLPTR' #define NULLPTR nullptr #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp : ^505 :1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' TEST(CommandLineArguments, setPackageName) ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^65 :24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp :29: #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: 31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp ^: 505:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:509:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:510:5: warning: virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;}'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h CHECK_EQUAL(SimpleString("package"), args->getPackageName());: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note127: :expanded from macro '_override'42 : note: expanded from macro 'CHECK_EQUAL' #define _override override ^ CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptrIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp ^: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]510 :5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hexpanded from macro '_override': 142:66: note: #define _override overrideexpanded from macro 'CHECK_EQUAL_LOCATION' ^ UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:In file included from 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:: 29note: : In file included from expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31: In file included from #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp#define _override override: 513 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, lotsOfGroupsAndTests) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::6529:: 24In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note31: : expanded from macro 'TEST'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h : ^161 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h100::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::51329:: 1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :warning31: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h33:: 67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::35162:: 96note:: expanded from macro 'TEST'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:517#define _override override: 5 ^: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: In file included from expanded from macro 'CHECK'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 33/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h314::16617::85 :note : warningexpanded from macro 'NULLPTR': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::522168::592:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(nameFilter, *args->getNameFilters()->getNext()->getNext()->getNext()->getNext()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } note ^: expanded from macro 'CHECK_EQUAL' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) note ^: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note#define _override override: expanded from macro 'NULLPTR' ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h522::315: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hwarning:: 33'nullptr' is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 127warning:: 3'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; }: expanded from macro 'CHECK_EQUAL_LOCATION' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \: ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 314:17: note: #define _override overrideexpanded from macro 'NULLPTR' ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::52333:: 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 171warning:: 106'nullptr' is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(groupFilter, *args->getGroupFilters()->getNext()->getNext()->getNext()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306314::1917:: notenote: : expanded from macro '_override'expanded from macro 'NULLPTR' #define NULLPTR nullptr ^#define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:In file included from 523/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::529:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::12733:: 3/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 172note:: 102expanded from macro 'CHECK_EQUAL': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306314::1917:: notenote: : expanded from macro '_override'expanded from macro 'NULLPTR' #define NULLPTR nullptr ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::526306::119:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override overrideTEST(CommandLineArguments, lastParameterFieldMissing) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp ^: 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::1931:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :expanded from macro '_override'33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:#define _override override180 : ^56 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:526:1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp :warning29: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h31:: 67In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h35::33 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :expanded from macro 'TEST'181 :65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; }#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp#define _override override: 530 ^: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::10229:: 55In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note31: : expanded from macro 'CHECK'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185 CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): 59 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 314'override' keyword is incompatible with C++98 [-Wc++98-compat]: 17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp: :In file included from 531/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::533:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hwarning:: 187'nullptr' is incompatible with C++98 [-Wc++98-compat]: 59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(SimpleString(""), args->getPackageName()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19314:: 17note:: expanded from macro '_override'note : expanded from macro 'NULLPTR' #define NULLPTR nullptr#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::53129:: 5In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :warning31: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h33:: 127/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::3188:: 58note:: expanded from macro 'CHECK_EQUAL'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; }expanded from macro 'CHECK_EQUAL_LOCATION' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \19 : ^ note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override314 : ^17 : note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:534:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setOptRun) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:534:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:538:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(newArgumentParser(argc, argv)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:539:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(args->isRunIgnored()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:64:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:39:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockHierarchyTest, getMockSupportScope) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:39:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:44:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!mock().hasData("name")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:45:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock1 != mock2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:46:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(mock1, mock().getMockSupportScope("name")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:47:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock1 != &mock()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:50:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockHierarchyTest, usingTwoMockSupportsByName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:50:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:60:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockHierarchyTest, EnableDisableWorkHierarchically) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:60:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:75:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockHierarchyTest, EnableDisableWorkHierarchicallyWhenSupportIsDynamicallyCreated) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:75:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:88:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockHierarchyTest, ExpectedCallsLeftWorksHierarchically) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:88:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:96:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockHierarchyTest, checkExpectationsWorksHierarchically) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:96:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:112:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockHierarchyTest, ignoreOtherCallsWorksHierarchically) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:112:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:121:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockHierarchyTest, ignoreOtherCallsWorksHierarchicallyWhenDynamicallyCreated) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:121:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:129:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockHierarchyTest, checkExpectationsWorksHierarchicallyForLastCallNotFinished) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:129:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockHierarchyTest, reporterIsInheritedInHierarchicalMocks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:40:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MyComparator() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:42:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void*, const void*) _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:43:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void*) _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:51:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MyCopier() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:53:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void*, const void*) _override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:56:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(ComparatorsAndCopiersRepository, InstallCopierAndRetrieveIt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:56:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:61:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&copier, repository.getCopierForType("MyType")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:65:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(ComparatorsAndCopiersRepository, ComparatorAndCopierByTheSameNameShouldBothBeFound) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:65:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:72:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&comparator, repository.getComparatorForType("MyType")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:73:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&copier, repository.getCopierForType("MyType")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(ComparatorsAndCopiersRepository, InstallComparatorsAndCopiersFromRepository) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:89:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&comparator, target.getComparatorForType("MyType")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:90:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&copier, target.getCopierForType("MyType")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:110:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockNamedValue, DefaultToleranceUsedWhenNoToleranceGiven) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:110:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:113:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(MockNamedValue::defaultDoubleTolerance, value->getDoubleTolerance(), 0.0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:116:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockNamedValue, GivenToleranceUsed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:116:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:119:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("double", value->getType().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:120:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(0.2, value->getDoubleValue(), 0.0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:121:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(3.2, value->getDoubleTolerance(), 0.0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:124:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockNamedValue, DoublesEqualIfWithinTolerance) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:124:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:130:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(value->equals(other)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:134:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockNamedValue, DoublesNotEqualIfOutsideTolerance) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:134:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:140:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(value->equals(other)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 279 warnings generated. 69 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 305 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp42::27 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning virtual void exitCurrentTest() const _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual void teardown() _override;: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define _override override note ^: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::2939: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::21439:: 46/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 79warning:: 42'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; virtual void exitCurrentTest() const _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h322::30630::19 :note : noteexpanded from macro '_destructor_override': expanded from macro '_override' #define _override override#define _destructor_override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::2739: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::8039:: 48/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 216warning:: 25'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306322::1930:: notenote: : expanded from macro '_override'expanded from macro '_destructor_override' #define _override override ^#define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:In file included from 39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h27:: 190In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h21::39 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]254 :34: warning void testBody() _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual bool willRun() const _override; note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define _override override: ^note : expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::27191: :In file included from 26/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 39warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual void setRunIgnored() _override;306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::3927: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h192::3929: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :warning257: :'override' keyword is incompatible with C++98 [-Wc++98-compat]47 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual SimpleString getMacroName() const _override;19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: #define _override overridenote : ^expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45: ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :5 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hdefaulted function definitions are incompatible with C++98 [-Wc++98-compat]: 314:17: note: expanded from macro 'NULLPTR' DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^150 :80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; In file included from ^ :1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h306::5919::68 :note : warningexpanded from macro '_override': noexcept specifications are incompatible with C++98 [-Wc++98-compat] #define _override override ^ void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:In file included from 61/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::3727:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :noexcept specifications are incompatible with C++98 [-Wc++98-compat]44 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111: void operator delete(void* mem) UT_NOTHROW;76 : ^ warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]125 :24: note: expanded from macro 'UT_NOTHROW' virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; #define UT_NOTHROW noexcept ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteIn file included from : expanded from macro '_override': 1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h#define _override override: 62 ^: 39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :note27: : expanded from macro 'UT_NOTHROW'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44 #define UT_NOTHROW noexcept: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h ^: 112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ void operator delete (void* mem, size_t size) UT_NOTHROW; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19125:: 24note:: expanded from macro '_override'note : expanded from macro 'UT_NOTHROW' #define _override override #define UT_NOTHROW noexcept ^ ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29 virtual ~NormalTestTerminator() _destructor_override;: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h44:: 322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h::30111:: 76note:: expanded from macro '_destructor_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:28: virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h : ^120 :34/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override virtual ~ConsoleTestOutput() _destructor_overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp ^ ^: 28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h322::3930: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :note79In file included from : :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppexpanded from macro '_destructor_override'42: :29 : warningIn file included from : #define _destructor_override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h'override' keyword is incompatible with C++98 [-Wc++98-compat] : ^44 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h: virtual void exitCurrentTest() const _override;112 : ^77 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warningIn file included from 306: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:'override' keyword is incompatible with C++98 [-Wc++98-compat]:19 28:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hnote:: 124expanded from macro '_override': 45: virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; #define _override override warning ^: ^ 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp virtual void printBuffer(const char* s) _override;: : expanded from macro '_override'28 ^ : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override:39 306: ^:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h 19::80 :note48: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppexpanded from macro '_destructor_override': 28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h#define _destructor_override override: 125 ^: 26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp#define _destructor_override override: 28 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual ~StringBufferTestOutput() _destructor_override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::32245:: 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:: 48note:: 70expanded from macro '_destructor_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::28306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h19::150 :note37: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :expanded from macro '_override'29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h ^: 49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: virtual void postTestAction(UtestShell& test, TestResult& result) _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 void flush() _override: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define _override override note ^: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: :In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :In file included from 45/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h39:: 45/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::91191:: 26warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR);: expanded from macro '_override' ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :17: note: expanded from macro 'NULLPTR' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:28: #define NULLPTR nullptrIn file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp ^:: 3928: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::192181::2936:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual ~CompositeTestOutput() _destructor_override;: ^note : expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322#define _override override: 30 ^: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp :note28: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:#define _override override214 : ^46 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp322::2830: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :note184: :expanded from macro '_destructor_override'60 : warning: #define _destructor_override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39 virtual void printTestsEnded(const TestResult& result) _override;: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h ^: 216:25/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: virtual void printCurrentTestStarted(const UtestShell& test) _override;31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h31:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h::1957:: In file included from 28note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:: : expanded from macro '_override'28warning : : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h #define _override override: 39 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: virtual ~MockFailure() _destructor_override {}233 : ^25 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 322'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp30::28 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: : Utest* createTest() _override { return new ExecFunctionTest(this); }expanded from macro '_destructor_override'187 : ^63 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :#define _destructor_override override'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : ^ note: expanded from macro '_override' #define _override override virtual void printCurrentTestEnded(const TestResult& res) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: :expanded from macro '_override'28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h#define _override override: 39 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h28:: 322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::30188:: 67note:: expanded from macro '_destructor_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp19::28 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hexpanded from macro '_override': 39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42#define _override override: ^warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::1728:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hnote:: 189expanded from macro 'NULLPTR': 64: #define NULLPTR nullptrwarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228 virtual void printCurrentGroupEnded(const TestResult& res) _override;: ^ 67:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'nullptr' is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 314 ^: 17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: virtual void verbose(VerbosityLevel level) _override; 39 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h229::306116::19 :warning : note'nullptr' is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #define _override override UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' In file included from #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp : ^28 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cppexpanded from macro '_override': 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h : ^251 :34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp ^: 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h322::19430::37 :note : warningexpanded from macro '_destructor_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cppexpanded from macro '_override': 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h ^: 254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp19::28 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: :expanded from macro '_override'195 :30#define _override override: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:28: virtual void print(long) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h ^: 39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::255306::3419:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' virtual void setRunIgnored() _override; #define _override override ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:: 28warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning virtual void print(size_t) _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual SimpleString getMacroName() const _override;: 19 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: expanded from macro '_override' #define _override overrideIn file included from #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp ^: 30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:In file included from 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: :In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: In file included from :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: :28In file included from 39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:31:197: 258:In file included from :38/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h69::: 33 warning: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h: 'override' keyword is incompatible with C++98 [-Wc++98-compat]:'override' keyword is incompatible with C++98 [-Wc++98-compat] 72 :68: warning: virtual void printDouble(double) _override;'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: note virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); }note: : expanded from macro '_override' ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override#define _override override306 : ^ ^19 : note: expanded from macro '_override' #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from virtual void printFailure(const TestFailure& failure) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::30631:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h :note33: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h :73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); }28 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :199/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::52306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override ^ virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp150::3080: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hnote:: 31expanded from macro 'DEFAULT_COPY_CONSTRUCTOR': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp29:: 30In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h31:: 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h: :In file included from 57/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::2832:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h virtual ~MockFailure() _destructor_override {}: 104 ^: 5:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning322: :defaulted function definitions are incompatible with C++98 [-Wc++98-compat]30 : note: expanded from macro '_destructor_override' DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ #define _destructor_override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp::3328: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h72::4468: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h :warning93: :'override' keyword is incompatible with C++98 [-Wc++98-compat]59 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); }: 19 ^: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19#define _override override: ^note : expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3032: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::In file included from 3131/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: : :In file included from In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h: ::In file included from 3233/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: : :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h44/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: :73/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h31::: 111In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h6076:::34 : warningwarning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h: : :'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat]90 :50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); }: 306 : expectedCall_(expectedCall), next_(NULLPTR) {} ^: 19 ^:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306: ::expanded from macro '_override'31419 ::17 :#define _override overridenote : note ^expanded from macro '_override': expanded from macro 'NULLPTR' #define _override override #define NULLPTR nullptr ^ In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual ~MemoryLeakWarningPlugin() _destructor_override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h322::3230: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 31expanded from macro '_destructor_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33#define _destructor_override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h ^: 86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning virtual void copy(void* dst, const void* src) _override { copier_(dst, src); }: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual void preTestAction(UtestShell& test, TestResult& result) _override;: ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: :In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :In file included from 45/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h31:: 45In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h91::33 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]104 :5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314: DEFAULT_COPY_CONSTRUCTOR(MockNamedValue)17 : ^ note: expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :150:#define NULLPTR nullptr80 : ^ note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppexpanded from macro '_destructor_override': 30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:#define _destructor_override override31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:In file included from 38/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:: 29warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; virtual void printBuffer(const char* s) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306322::1930:: notenote: : expanded from macro '_override'expanded from macro '_destructor_override' #define _override override ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::1930:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :expanded from macro '_override'31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define _override override: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp::3129: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::14832:: 39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 41warning:: 57'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: virtual MockActualCall& withCallOrder(unsigned int) _override;expanded from macro '_destructor_override' ^ #define _destructor_override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::30630:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note31: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 42:85: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::30306:: 19note:: expanded from macro '_destructor_override'note : expanded from macro '_override' #define _destructor_override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp virtual void printTestsStarted() _override;: 30 ^: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:::3062931:: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:3219In file included from : :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ::note3245: : :expanded from macro '_override'In file included from 92 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: #define _override override31warning : : ^In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h :34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:In file included from 50/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:: 29warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override;'nullptr' is incompatible with C++98 [-Wc++98-compat]: 184 ^: 60:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: : expectedCall_(expectedCall), next_(NULLPTR) {}:'override' keyword is incompatible with C++98 [-Wc++98-compat] 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'314 : virtual void printTestsEnded(const TestResult& result) _override;17 : ^#define _override override note ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'NULLPTR'306 :19: note: #define NULLPTR nullptrexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:In file included from 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: :In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h32:: 186/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::6646:: 109warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp306::2919: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :note187: :expanded from macro '_override'63 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::2931: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h188::3267: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning47: :'override' keyword is incompatible with C++98 [-Wc++98-compat]105 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp::30629:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 189note:: 64expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp ^: 30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h29:: 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h191::4848::114 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::29306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h19::192 :note26: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp31:: 29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::32193: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h43::49 :warning89: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h29:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::19194:: 37note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override virtual void print(const char*) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h29:: 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: :In file included from 195/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3032:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 50'override' keyword is incompatible with C++98 [-Wc++98-compat]: 94: warning virtual void print(long) _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::29306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h19::196 :note32: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override virtual void print(size_t) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h29:: 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: :In file included from 197/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3832:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 51'override' keyword is incompatible with C++98 [-Wc++98-compat]: 89: warning: virtual void printDouble(double) _override;'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp::1929:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hnote:: 198expanded from macro '_override': 59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:In file included from :31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp29: :: In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: ::In file included from 19932/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: :52/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h32::: 52/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning::: 10038'override' keyword is incompatible with C++98 [-Wc++98-compat]:: 38warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning virtual void setProgressIndicator(const char*) _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual ~MockCheckedActualCall() _destructor_override;#define _override override virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from :30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp306::: 2919note: :: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h expanded from macro '_destructor_override':note 201: :expanded from macro '_override'26 :#define _destructor_override override warning ^#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppexpanded from macro '_override': 29In file included from : #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^30: : 32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::3140: :In file included from 64/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 32warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from virtual MockActualCall& withCallOrder(unsigned int) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::54306::12219:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h29:: 306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h19::32 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :expanded from macro '_override'42 :85: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h30:: 306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h19::31 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hexpanded from macro '_override': 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55#define _override override: 120 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^43 :83/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp19'override' keyword is incompatible with C++98 [-Wc++98-compat]:: 52 :note1: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override;#define _override override TEST(TestFailure, CreateFailure) ^ ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:In file included from 65#define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :24 ^30: : In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :expanded from macro 'TEST'31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: void testBody() _override; }; \In file included from 32 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: ^:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h 29:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: 56:In file included from :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h89:::1932 :: warning /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: note:'override' keyword is incompatible with C++98 [-Wc++98-compat]: 44 expanded from macro '_override': 100: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp::32In file included from 52: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:1:29:57: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :32warning121: : :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h'override' keyword is incompatible with C++98 [-Wc++98-compat] : warning45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:'override' keyword is incompatible with C++98 [-Wc++98-compat]:92 67:: 35warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'TEST' virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override;306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :: ^19306 :: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19note::: 306 expanded from macro '_override':note 19: :expanded from macro '_override' #define _override override note : ^expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp32:: 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :In file included from 59/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3532:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 46'override' keyword is incompatible with C++98 [-Wc++98-compat]: 109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp ^: 30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :warning29: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47 virtual MockNamedValue returnValue() _override;: 105 ^: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]306 :19: note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :note30: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32 virtual bool returnBoolValueOrDefault(bool default_value) _override;: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 48:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h114::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ In file included from virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::30631:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :63:36:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::1932:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 49expanded from macro '_override': 89: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp ^: 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306::3119: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 32expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60#define _override override: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306::3219: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note50: :expanded from macro '_override'94 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ In file included from virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::30631:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :66:34:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp306::2919: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 32expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89#define _override override: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override;31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h32:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::1968:: 60note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual unsigned long int returnUnsignedLongIntValue() _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306::3219: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note52: :expanded from macro '_override'100 : warning: #define _override override ^'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30 virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override;: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::1932:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 69expanded from macro '_override': 86:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp #define _override override:warning 59: ^:'override' keyword is incompatible with C++98 [-Wc++98-compat] 1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, GetTestFileAndLineFromFailure) ^ In file included from virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :: ^6529 :: 24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h 306:note:32: 19: expanded from macro 'TEST':/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note53: :expanded from macro '_override' void testBody() _override; }; \101 : ^ warning#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h 'override' keyword is incompatible with C++98 [-Wc++98-compat]: ^ 306 :19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override;30 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h31:: 306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h19::32 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :expanded from macro '_override'71 :43: warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:19:59:29: : 1noteIn file included from :: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h expanded from macro '_override':warning 32: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h #define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h54 ^:: 67122::35 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppexpanded from macro 'TEST': 30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :72 ^306: :7419/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::: 306warningnote:: : 19'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override': note: #define _override overrideexpanded from macro '_override' ^ #define _override override virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :warning30: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define _override override: ^note : expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h30:: 56In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h89::31 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp57::30121: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hwarning:: 31'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual cpputest_longlong returnLongLongIntValue() _override;: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp ::1962::#define _override override 5 note: ^: expanded from macro '_override'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp STRCMP_EQUAL(failFileName, f1.getTestFileName().asCharString());: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::32In file included from 162: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:30:59: :In file included from note35/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: ::expanded from macro 'STRCMP_EQUAL' 31 warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32 STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: virtual bool hasReturnValue() _override;78/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :: ^96314 :: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h17warning::: 306 'override' keyword is incompatible with C++98 [-Wc++98-compat]:note 19: :expanded from macro 'NULLPTR' note: expanded from macro '_override'#define NULLPTR nullptr ^ virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h virtual MockNamedValue returnValue() _override;: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h80::30651::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #define _override override ^ virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppnote:: 29expanded from macro '_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^62 :63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31 virtual bool returnBoolValueOrDefault(bool default_value) _override;: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h306::8119::86 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h29:: 306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h19::32 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :expanded from macro '_override'63 :36: warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp306::3019: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hnote:: 31expanded from macro '_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^83 :81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h virtual const char * returnStringValueOrDefault(const char * default_value) _override;: 65 ^: 60:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' #define _override override virtual int returnIntValueOrDefault(int default_value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :30: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h : ^31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:In file included from 46/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:: 29warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp66 virtual const char * returnStringValue() _override;:: 6634 ^:: 1 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning :: warning306'override' keyword is incompatible with C++98 [-Wc++98-compat]: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: virtual int returnIntValue() _override;expanded from macro '_override'TEST(TestFailure, EqualsFailureWithText) ^^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: ^:306 65::1924:: note: In file included from expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp note:: 30expanded from macro 'TEST': #define _override override In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: void testBody() _override; }; \31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::In file included from 32306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h1929::: 86 In file included from :note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h40: ::expanded from macro '_override'32 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :#define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat]68 : ^60 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual unsigned long int returnUnsignedLongIntValue() _override;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp::3166: :In file included from 1In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :32warning29: : : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h87:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:32:69: 67:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:35: : warning69note: :: 'override' keyword is incompatible with C++98 [-Wc++98-compat]86expanded from macro 'TEST' : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual double returnDoubleValueOrDefault(double default_value) _override; ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override;:: 19306 ^:: 19note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: : expanded from macro '_override'306note :: 19expanded from macro '_override'#define _override override: ^note #define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::2931: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3232: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::7189::4352:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ virtual const void * returnConstPointerValue() _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3032: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:: 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :In file included from 72/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::7432:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 90'override' keyword is incompatible with C++98 [-Wc++98-compat]: 87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override;19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: #define _override overridenote : ^expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3032: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::7431:: 65In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :warning32: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual void * returnPointerValue() _override;: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93 virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override;: 56 ^: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]306 :19: note: expanded from macro '_override' virtual void * returnPointerValueOrDefault(void *) _override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define _override override: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from virtual cpputest_longlong returnLongLongIntValue() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::95306::5219:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppnote:: 29expanded from macro '_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^78 :96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32 virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override;: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: ^:73 96::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h171:::306 :warningwarning19: : :'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' TEST(TestFailure, EqualsFailure) ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^ virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override;65 : ^24 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306In file included from expanded from macro 'TEST':/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp 19::29 : void testBody() _override; }; \noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^expanded from macro '_override': 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h#define _override override306: :80 ^19: :51 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :30: virtual unsigned int returnUnsignedIntValue() _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306::3219: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note98: :expanded from macro '_override'61 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual MockActualCall& onObject(const void* objectPtr) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306:::733219:: :1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ::note 81: warning:expanded from macro '_override': 86 'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h#define _override override: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]67 ^ : 35: note: expanded from macro 'TEST' virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h30:: 89In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h52::31 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: virtual const void * returnConstPointerValue() _override;'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {}expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override314 : ^17 : note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::7930:: 1In file included from :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppIn file included from warning:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: 29:'override' keyword is incompatible with C++98 [-Wc++98-compat]: 32 In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::32159: TEST(TestFailure, EqualsFailureWithNullAsActual):/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h 36:^:92 :warning41/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: ::'override' keyword is incompatible with C++98 [-Wc++98-compat] 65 warning:: 24'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro 'TEST' virtual ~MockActualCallTrace() _destructor_override; ^ void testBody() _override; }; \ virtual void * returnPointerValue() _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: ^ 322 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h30306:::306 19:note:19: :expanded from macro '_destructor_override'note : noteexpanded from macro '_override': expanded from macro '_override' #define _destructor_override override#define _override override ^ ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :In file included from 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h31:: 93In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h56::32 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]161 :64: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override;: 79 ^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: : virtual MockActualCall& withName(const SimpleString& name) _override;'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h note:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h67expanded from macro '_override':: 30635::19 #define _override override:note : ^noteexpanded from macro 'TEST' : expanded from macro '_override' #define _override override In file included from ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306::32In file included from 19: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :30note95: : :In file included from expanded from macro '_override'52/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :: 31#define _override overridewarning: : In file included from ^'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning virtual void (*returnFunctionPointerValue())() _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual MockActualCall& withCallOrder(unsigned int) _override;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp96::3071: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hwarning:: 31'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override;'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: expanded from macro '_override' #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h virtual MockActualCall& onObject(const void* objectPtr) _override;: 164 ^: 83:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp::1981:: 69note:: expanded from macro '_override'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ EqualsFailure f(test, failFileName, failLineNumber, "expected", NULLPTR, ""); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp19::85 :note1: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ TEST(TestFailure, EqualsFailureWithNullAsExpected) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' In file included from void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306::In file included from 3119/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: ::In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote: :: In file included from 32expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h32:: #define _override override168/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :: ^105146 :: 58warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override;314 : ^17 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro 'NULLPTR': 19: note: #define NULLPTR nullptrexpanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp#define _override override: 85 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306::3119: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: In file included from 32expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h29:#define _override override: 169 In file included from : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h114 ::32 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]159 :36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::30306:: 19note:: expanded from macro '_destructor_override'note : expanded from macro '_override' #define _destructor_override override#define _override override ^ ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :In file included from 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h32:: 161/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::64170:: 89warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override;306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h30:: 162In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h57::31 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: ^:87 306::5719:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h EqualsFailure f(test, failFileName, failLineNumber, NULLPTR, "actual", "");#define _override override: 32 ^ ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::163314::8517:: warningnote: In file included from : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppexpanded from macro 'NULLPTR' : 30: #define NULLPTR nullptrIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: 31 virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override;: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h306::17219::89 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::30629:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :164:83:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override;: 30 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::31306: :In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 32note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hexpanded from macro '_override': 173:100: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306::3219: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note165: :expanded from macro '_override'100 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h30:: 306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h19::31 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hexpanded from macro '_override': 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174#define _override override: 101 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^:: 9132:1: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: : :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h'override' keyword is incompatible with C++98 [-Wc++98-compat]306: :16619::92 :TEST(TestFailure, CheckEqualFailureWithText)note : warning^expanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65#define _override override: 24 ^: note: expanded from macro 'TEST' virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::In file included from 306306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:::191930::: In file included from notenote/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: : :expanded from macro '_override'expanded from macro '_override'31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define _override override:#define _override override 32 ^: ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109 virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override;: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:91:#define _override override1 : virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h306::6719::35 :note : In file included from noteexpanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :expanded from macro 'TEST'30 : #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: 31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::176306In file included from ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp12419:::29 : warningnoteIn file included from : : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override': 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h#define _override override: 168 ^: 105: virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:#define _override override30 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override;'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:In file included from 178/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::12529:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override;306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::3229: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h180::3235: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning171: :'override' keyword is incompatible with C++98 [-Wc++98-compat]94 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::29181: :In file included from 42/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 32warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h'override' keyword is incompatible with C++98 [-Wc++98-compat] :172:89: warning: virtual MockNamedValue returnValue() _override;'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp#define _override override: 30 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: virtual bool returnBoolValueOrDefault(bool default_value) _override;warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cppnote::: 30101expanded from macro '_override': : In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:: #define _override override31warning : : ^In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:TEST(TestFailure, CheckEqualFailure)184 :^36 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:In file included from : 65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]:: 2429:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: virtual bool returnBoolValue() _override;:expanded from macro 'TEST' 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h174 :: ^306101 ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19 ::warning306 : :note'override' keyword is incompatible with C++98 [-Wc++98-compat]19: :expanded from macro '_override' note: expanded from macro '_override' #define _override override#define _override override ^ ^ virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :note30: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: virtual int returnIntValueOrDefault(int default_value) _override;:29 101: ^:In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :32warning306: : :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h'override' keyword is incompatible with C++98 [-Wc++98-compat]19: :175 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:note:122: 67:expanded from macro '_override': 35warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override overridenote : ^expanded from macro 'TEST' In file included from virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^30 virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override;: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h In file included from : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306 ::31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19: ::In file included from 306 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:note:19: 32:expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: #define _override override187expanded from macro '_override' : ^34 : #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp19::29 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hexpanded from macro '_override': 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176#define _override override: 124 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::306189::1960:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppexpanded from macro '_override': 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h#define _override override: 177 ^: 89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::190306::8619:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppwarning:: 30'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual long int returnLongIntValue() _override;: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::30180: :In file included from 35/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:: 31warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: virtual bool hasReturnValue() _override; warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual long int returnLongIntValueOrDefault(long int default_value) _override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp#define _override override: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:: 30'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32 virtual MockNamedValue returnValue() _override;: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 195:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h65::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :expanded from macro '_override'29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp :110:1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :warning30: : virtual bool returnBoolValueOrDefault(bool default_value) _override;'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: 31: TEST(TestFailure, CheckFailure)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h^306: :3219/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h 65:note:196: 24:expanded from macro '_override':106 :note : #define _override overridewarningexpanded from macro 'TEST' : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:: virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; 29 note: ^: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ::32306: :#define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h19 :: ^184 :note36: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:: 30note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define _override override: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp110::291: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hwarning virtual cpputest_longlong returnLongLongIntValue() _override; :: ^32'override' keyword is incompatible with C++98 [-Wc++98-compat] : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:186:67:35306:::60 19:: warningnotenote: : : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'TEST'expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual int returnIntValueOrDefault(int default_value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619In file included from ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp19 ::note30 : : noteexpanded from macro '_override'In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hexpanded from macro '_override': 31#define _override override: In file included from #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note virtual int returnIntValue() _override;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp ^: 30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h29:: 201In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h51::32 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]189 :60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual unsigned long int returnUnsignedLongIntValue() _override;: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define _override override note ^: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h29:: 32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h202::19086::86 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override ^#define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::2930: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h31:: 32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::32192: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h43::204 :warning81: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual const char * returnStringValueOrDefault(const char * default_value) _override;: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define _override override note ^: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::19330:: 74In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :warning31: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual const char * returnStringValue() _override; note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define _override override: ^note : expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::19530:: 65In file included from : warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual double returnDoubleValue() _override;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override:: 116306 ^:: 119:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29TEST(TestFailure, CheckFailureWithText): #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^ : 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h65::19624::106In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppnote :: warning30expanded from macro 'TEST': : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: void testBody() _override; }; \31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::32306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override;19: :208 ^ : note69: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:expanded from macro '_override': 306warning:: #define _override override19'override' keyword is incompatible with C++98 [-Wc++98-compat] : ^ note: expanded from macro '_override' virtual double returnDoubleValueOrDefault(double default_value) _override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:#define _override override 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :warning30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: : :'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from 116 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::131:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: virtual cpputest_longlong returnLongLongIntValue() _override;:'override' keyword is incompatible with C++98 [-Wc++98-compat] 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:67:210:306:35:41:19: : note warning: note: expanded from macro 'TEST': 'override' keyword is incompatible with C++98 [-Wc++98-compat] expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual void * returnPointerValue() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306:In file included from :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp19::: 29 note: note: In file included from : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hexpanded from macro '_override' : 32: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^#define _override override199 : ^96 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override;31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h32:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::19211:: 56note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void * returnPointerValueOrDefault(void *) _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::30629:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :201:51:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp19::30 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hexpanded from macro '_override': 31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:#define _override override32 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32 virtual const void * returnConstPointerValue() _override;: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 202:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h86::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :note30: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^204 :81/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:: 30note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define _override override: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: virtual void (*returnFunctionPointerValue())() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^205 :46/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' virtual const char * returnStringValue() _override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::21729:: 71In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :warning32: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ virtual double returnDoubleValue() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp#define _override override : ^123 ^ : 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, FailFailure) In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h29::: 3065In file included from : :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hIn file included from 24:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:32: : 31note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: : :In file included from expanded from macro 'TEST'208/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ::6932:: void testBody() _override; }; \ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h warning: ^: 219 'override' keyword is incompatible with C++98 [-Wc++98-compat]:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h 61::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override;note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override virtual MockActualCall& onObject(const void* objectPtr) _override;306 : ^ ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:123:1: virtual void * returnPointerValue() _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::30667::1935:: notenote: : expanded from macro '_override'expanded from macro 'TEST' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp#define _override override: 29 ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::23932:: 74/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 211warning:: 56'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } virtual void * returnPointerValueOrDefault(void *) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:In file included from 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :In file included from 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h32:: 213/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::52240:: 72warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; }19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: #define _override overridenote : ^expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:In file included from 214/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::8730:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; }#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define _override override: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp :In file included from 129/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::130:: virtual void (*returnFunctionPointerValue())() _override;In file included from warning /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: ^:'override' keyword is incompatible with C++98 [-Wc++98-compat] 31 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306::TEST(TestFailure, LongsEqualFailureWithText)3219 : :^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note242: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:expanded from macro '_override':81 65::#define _override override 24 warning: ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:: virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } 29 note: ^: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::32306#define _override override: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h19 ^:: 217 :note71: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::30630:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note31: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::12932:: #define _override override1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :: ^ 243 warning:: 98'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:In file included from 67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::3529:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :expanded from macro 'TEST'32 : virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^219 :61/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ 306 warning: ^: 19 'override' keyword is incompatible with C++98 [-Wc++98-compat]:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: virtual MockActualCall& onObject(const void* objectPtr) _override;expanded from macro '_override' #define _override override ^ ^#define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:#define _override override30 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246: virtual MockActualCall& withName(const SimpleString&) _override { return *this;}78 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' #define _override override ^ virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppexpanded from macro '_override': 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define _override override: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::247306::8319:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::30629:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :239:74: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::30631:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :248:79:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; }In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::306240::1972:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:136:1 virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; }: ^warning In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]:: 30630:: 19In file included from :TEST(TestFailure, LongsEqualFailure)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note^31: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::6532:#define _override override: 24 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: ^: 249note:: 90expanded from macro 'TEST': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::29306: :In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 32 virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; }note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^expanded from macro '_override': 241/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::#define _override override89306 :: ^ 19 warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override ^ virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::1930:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :expanded from macro '_override'31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:13632#define _override override:: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^:: 250warning:: 92'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: ::'override' keyword is incompatible with C++98 [-Wc++98-compat]6729 :: 35In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :242: virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; }81 : ^ warning: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat] : ^306 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } note : ^expanded from macro '_override' #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^:#define _override override 306 : ^19 : note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:In file included from 106/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:: 29warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; }19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: #define _override overridenote : ^expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp30:: 29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h31:: 32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::32244: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h94::252 :warning104: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; }: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h30:: 32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::31245: :In file included from 103/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 32warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp29:: 30In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h32:: 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :In file included from 246/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::7832:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 254'override' keyword is incompatible with C++98 [-Wc++98-compat]: 104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; }note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:#define _override override19 : ^ note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::30247: :In file included from 83/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:: 31warning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual bool hasReturnValue() _override { return false; }19 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: ^: 142note:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: 1:expanded from macro '_override':306 :warning19: :#define _override override ^ 'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' TEST(TestFailure, LongLongsEqualFailure) ^ #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: ^:65 29:: 24In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : In file included from expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp ::24830:: void testBody() _override; }; \79In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^ : warning31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: : :'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from 306 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::1932:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 257expanded from macro '_override': 42 virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; }: #define _override override ^ warning ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' virtual MockNamedValue returnValue() _override { return MockNamedValue(""); }#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:#define _override override29 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp::249142::In file included from 901/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::: 30warningwarning: : : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :In file included from 67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3532:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; }:: 259expanded from macro 'TEST' ^: 55:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306 virtual bool returnBoolValueOrDefault(bool value) _override { return value; }: 19 ^#define _override override: ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote :: 306expanded from macro '_override': 19: #define _override overridenote : ^expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual bool returnBoolValue() _override { return false; }In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306::3219: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note251: :expanded from macro '_override'106 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; }31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h32:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::19262:: 34note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :expanded from macro '_override'29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263 virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; }: 52 ^: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]306 :19: note: expanded from macro '_override' #define _override override virtual int returnIntValueOrDefault(int value) _override { return value; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29#define _override override: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; }265 : ^60 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' #define _override override ^ virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29#define _override override: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; }'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :note29: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h#define _override override: 256 ^: 35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: virtual bool hasReturnValue() _override { return false; }In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp306:::3215419: ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h1 ::note268 : :warningexpanded from macro '_override'43: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ TEST(TestFailure, UnsignedLongLongsEqualFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: virtual long int returnLongIntValue() _override { return 0; } note ^: In file included from expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::29306: void testBody() _override; }; \:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^:: 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote: :: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h306expanded from macro '_override':: 25719::42 #define _override override:note : ^warningexpanded from macro '_override' : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual long int returnLongIntValueOrDefault(long int value) _override { return value; }19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: #define _override overridenote : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp ^expanded from macro '_override': 154:1: warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::6729:: 35In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h In file included from :note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp32: :: expanded from macro 'TEST'30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : :In file included from 259/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::5531:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]32 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 271/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::65306:: virtual bool returnBoolValueOrDefault(bool value) _override { return value; }19warning :: ^ 'override' keyword is incompatible with C++98 [-Wc++98-compat] note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19#define _override override: ^note virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; }: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp ^: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppwarning:: 30'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h virtual bool returnBoolValue() _override { return false; }: 272 ^: 98:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' #define _override override ^ virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::30629:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :262:34:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual int returnIntValue() _override { return 0; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::30631:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :274:56:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29 virtual cpputest_longlong returnLongLongIntValue() _override { return 0; }: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h306::26319::52 :note : expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual int returnIntValueOrDefault(int value) _override { return value; } In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::1931:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :expanded from macro '_override'32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:#define _override override88 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; }: 265 ^: 60:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' #define _override override ^ virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :expanded from macro '_override'30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31#define _override override: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: virtual unsigned int returnUnsignedIntValue() _override { return 0; } warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h#define _override override: 31 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :warning29: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual long int returnLongIntValue() _override { return 0; }19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h29:: 32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:::16632280:: :1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h40::: 269 warning:warning: 66: 'override' keyword is incompatible with C++98 [-Wc++98-compat]:'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, SignedBytesEqualFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65: virtual double returnDoubleValue() _override { return 0.0; }24 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'TEST' virtual long int returnLongIntValueOrDefault(long int value) _override { return value; }: 306 ^: 19 void testBody() _override; }; \:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^note306: :expanded from macro '_override' 19 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note#define _override override:: 19expanded from macro '_override' ^: note: expanded from macro '_override' #define _override override ^#define _override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:In file included from 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h32:: 281/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::61271:: 65warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:::16619306:::1 19:note: : warningexpanded from macro '_override'note: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^67#define _override override : 35 ^: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:In file included from 31 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :In file included from ^29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:32:32: 306: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:19:283:272: :46note98:: : expanded from macro '_override' warning warning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define _override override: ^note : expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::2932: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::28432:: 73/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 274warning:: 56'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::3129: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3232: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::286275::4188:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; }: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::3129: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3232: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::287277::6251:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h30:: 32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::31278: :In file included from 78/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 32warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual const void * returnConstPointerValue() _override { return NULLPTR; }: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h30:: 280In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h40::31 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: virtual double returnDoubleValue() _override { return 0.0; }'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp #define _override override: ^ 172 ^:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h 1::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :expanded from macro '_override'29 : TEST(TestFailure, StringsEqualFailureWithText)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h^#define _override override ^: 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h65::28124:In file included from :61/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp ::30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hnote :: warning31expanded from macro 'TEST': : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: void testBody() _override; }; \32 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h292::306 virtual double returnDoubleValueOrDefault(double value) _override { return value; }52: :19 ^ : warning : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote'override' keyword is incompatible with C++98 [-Wc++98-compat]:: 306expanded from macro '_override': 19: #define _override overridenote : ^expanded from macro '_override' virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h virtual const char * returnStringValue() _override { return ""; }:: 17232 ^:: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :293warning306:: :76'override' keyword is incompatible with C++98 [-Wc++98-compat]19: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarningnote:: : 67'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override': 35: note: expanded from macro 'TEST' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:29:306: 306:In file included from :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h19::: 32 note: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: expanded from macro '_override':expanded from macro '_override' 284 :#define _override override73 : ^#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30 virtual const char * returnStringValueOrDefault(const char * value) _override { return value; }: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::1932:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 295expanded from macro '_override': 52: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp virtual MockActualCall& onObject(const void* ) _override { return *this; }: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::32306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h19::286 :note41: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:182:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; }TEST(TestFailure, StringsEqualFailure) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::30665::1924:: notenote: : expanded from macro '_override'expanded from macro 'TEST' void testBody() _override; }; \#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h30:: 306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h19::31 : noteIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:expanded from macro '_override':182 32:: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:#define _override override: 286warning ^:: 60'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]67 :35: note: expanded from macro 'TEST' virtual void * returnPointerValue() _override { return NULLPTR; } ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19314:: 17note:: expanded from macro '_override'note : expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:191:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from TEST(TestFailure, StringsEqualFailureAtTheEnd)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::6532:: 24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 286note:: 60expanded from macro 'TEST': warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual void * returnPointerValue() _override { return NULLPTR; }#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::19129:: 1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :warning32: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :289/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::7167:: 35warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::31419::17 :note : noteexpanded from macro '_override': expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp200::301: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hwarning:: 31'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hTEST(TestFailure, StringsEqualFailureNewVariantAtTheEnd): 40^: 40:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning65: :'override' keyword is incompatible with C++98 [-Wc++98-compat]24 : note: expanded from macro 'TEST' void testBody() _override; }; \ ^ virtual ~MockCheckedExpectedCall() _destructor_override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note322: :expanded from macro '_override'30 : note#define _override override: expanded from macro '_destructor_override' ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:: 200warning:: 1'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \19 : ^ note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h virtual ~MockCheckedExpectedCall() _destructor_override;: 33 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h47::322102::30 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_destructor_override' #define _destructor_override override ^ virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :expanded from macro '_override'29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h ^: 42:66: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]209 :1:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppwarning:: 30'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from virtual MockExpectedCall& withName(const SimpleString& name) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h : ^31 : TEST(TestFailure, StringsEqualFailureWithNewLinesAndTabs)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:^:306 33:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::: 6548note::: 2494expanded from macro '_override':: notewarning: : #define _override overrideexpanded from macro 'TEST''override' keyword is incompatible with C++98 [-Wc++98-compat] ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp #define _override override: ^ 29 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306::3319: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :note43: :expanded from macro '_override'69 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); }: 30 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::31306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cppIn file included from 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:209: :33note1: : :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hexpanded from macro '_override' : warning49: :'override' keyword is incompatible with C++98 [-Wc++98-compat]111#define _override override : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^warning: : 67'override' keyword is incompatible with C++98 [-Wc++98-compat]: 35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33 virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h ^ ^: 44/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:::105306306::: 1919warning::: 'override' keyword is incompatible with C++98 [-Wc++98-compat]notenote : : expanded from macro '_override'expanded from macro '_override' #define _override override #define _override override ^ ^ virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :30: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h : ^31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp33:: 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :In file included from 51/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::11633:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hwarning:: 46'override' keyword is incompatible with C++98 [-Wc++98-compat]: 85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::3029: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3133: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::4733:: 102/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 52warning:: 91'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' note: expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::2930: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::3331: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h48::3394: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :warning53: :'override' keyword is incompatible with C++98 [-Wc++98-compat]109 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override;: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19: note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::3330: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h49::31111: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hwarning:: 33'override' keyword is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp ^: virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override;221/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :: ^1306 :: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19warning::: 306 'override' keyword is incompatible with C++98 [-Wc++98-compat]:note 19: :expanded from macro '_override' noteTEST(TestFailure, StringsEqualFailureInTheMiddle): expanded from macro '_override'^#define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :#define _override override65 : ^24 : note: expanded from macro 'TEST' In file included from void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:306:30:33: 19: In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ::note5031: :: expanded from macro '_override'107In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :#define _override overridewarning33 : : ^'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override;: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: note#define _override override: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:221#define _override override: 1 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h29:: 67In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h35In file included from ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp33 :: note30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: : :expanded from macro 'TEST'In file included from 51 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::11631:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 56 ^: 102/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning: virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override;: 19 'override' keyword is incompatible with C++98 [-Wc++98-compat]: ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19#define _override override: ^note virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp ^: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override;: 57 ^: 103:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:: 29note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h#define _override override: 53 ^: 109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override;: 31 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::33306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h19::58 :note124: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ In file included from virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::30633:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 54note:: 96expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::30630:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note31: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h#define _override override: 59 ^: 126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override;33 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :55/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::91306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :expanded from macro '_override'30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31#define _override override: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:: 230note:: 1expanded from macro '_override'In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :warning30: #define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h TEST(TestFailure, StringsEqualFailureAtTheBeginning): 31^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::3365: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h24:In file included from :61/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp ::note14129: :: expanded from macro 'TEST' In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]33 void testBody() _override; }; \ : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h ^: 57/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::103306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19 virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override;: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define _override override note ^: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:In file included from 33/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:29:230: 62:In file included from :1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h87::: 33 warning: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: 'override' keyword is incompatible with C++98 [-Wc++98-compat]:'override' keyword is incompatible with C++98 [-Wc++98-compat] 58 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h124::67 :warning35: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override;: expanded from macro 'TEST' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \note : ^expanded from macro '_override' virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306#define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 30619 ^:: 19 :note : noteexpanded from macro '_override': expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^#define _override override30 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59: virtual MockExpectedCall& ignoreOtherParameters() _override;126 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :note30: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: virtual MockExpectedCall& andReturnValue(bool value) _override;33 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :60/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::118306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::30630:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note31: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h#define _override override: 66 ^: 57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp virtual MockExpectedCall& andReturnValue(int value) _override;: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::33306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h19::61 :note141: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30 virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override;: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::1933:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hnote:: 67expanded from macro '_override': 66: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::30629:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note33: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :62:87:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30 virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override;: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::1933:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hnote:: 68expanded from macro '_override': 62: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual MockExpectedCall& andReturnValue(long int value) _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp ^: 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::1933:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hnote:: 63expanded from macro '_override': 55: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual MockExpectedCall& ignoreOtherParameters() _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::30630:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note31: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h#define _override override: 69 ^: 71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp33 virtual MockExpectedCall& andReturnValue(unsigned long int value) _override;:: 239/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h ^:: 165:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :58warning306:: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]19warning :: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override'TEST(TestFailure, StringsEqualFailureWithNullAsActual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h#define _override override: virtual MockExpectedCall& andReturnValue(bool value) _override; 65 ^: ^ 24 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro 'TEST': 19: In file included from note void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :expanded from macro '_override' ^30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h#define _override override306: :31 ^19: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 33expanded from macro '_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp#define _override override:: 7029 ^:: 71In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :warning33: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual MockExpectedCall& andReturnValue(int value) _override;306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: #define _override overrideexpanded from macro '_override' ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp :#define _override override239 : ^1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::6730:: 35In file included from In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ::note2931: : : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:expanded from macro 'TEST'In file included from 33 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h33:: 71/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::7267: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 66warning ^:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning :: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override;#define _override override ^ ^ virtual MockExpectedCall& andReturnValue(unsigned int value) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::3129: : In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3333: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::7268::6062:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; virtual MockExpectedCall& andReturnValue(long int value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919: :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :In file included from 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :In file included from 33/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h31:: 69In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h71::33 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]73 :65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual MockExpectedCall& andReturnValue(const char* value) _override;306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp::In file included from 29241/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: ::In file included from 6930/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: : In file included from 33warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: : :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h'nullptr' is incompatible with C++98 [-Wc++98-compat]31: : 70In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h71::33 : warning StringEqualFailure f(test, failFileName, failLineNumber, "abc", NULLPTR, "");/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat] ^74 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h59::314 :warning17: : virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override;'override' keyword is incompatible with C++98 [-Wc++98-compat] note ^: expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define NULLPTR nullptr virtual MockExpectedCall& andReturnValue(void* value) _override;: 19 ^ ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::3071: :In file included from 72/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:: 31warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note virtual MockExpectedCall& andReturnValue(const void* value) _override;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :warning30: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76 virtual MockExpectedCall& andReturnValue(double value) _override;: 63 ^: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]306 :19: note: expanded from macro '_override' virtual MockExpectedCall& andReturnValue(void (*value)()) _override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp#define _override override: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: virtual MockExpectedCall& andReturnValue(const char* value) _override;31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h33:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:::2461980:::1 57:note: : warningexpanded from macro '_override'warning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ TEST(TestFailure, StringsEqualFailureWithNullAsExpected) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h virtual MockExpectedCall& onObject(void* objectPtr) _override;: 65 ^: In file included from 24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::: 30629note:: : 19In file included from expanded from macro 'TEST':/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note33: void testBody() _override; }; \: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h ^: 74/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override:59 306: ^: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::24633:: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 75warning:: 65'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]67 :35: note: expanded from macro 'TEST' virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:248:62: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] StringEqualFailure f(test, failFileName, failLineNumber, NULLPTR, "abd", ""); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cppwarning:: 253'override' keyword is incompatible with C++98 [-Wc++98-compat]: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, StringsEqualNoCaseFailureWithText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; }: 65 ^: 24:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro 'TEST'19 : note: void testBody() _override; }; \expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp76::29 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp : ^253 :1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;}: 306warning ^:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h306: ::expanded from macro '_override'6719 ::35 :note#define _override override : noteexpanded from macro '_override' ^: expanded from macro 'TEST' #define _override override ^ In file included from virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^In file included from 30 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from :29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306: ::In file included from 3119/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: ::In file included from 33/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote: :: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h33expanded from macro '_override':: 155/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::59#define _override override158: : ^74warning :: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; }19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: #define _override overridenote : ^expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:In file included from 156/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::7330:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp#define _override override: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:#define _override override29 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161 virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; }: 100 ^: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]306 :19: note: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:: 29note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:#define _override override159 : ^91 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; }: 31 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::33306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h19::162 :note96: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ In file included from virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::30633:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 160note:: 83expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; }In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp ^: 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306::3119: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:: :33expanded from macro '_override'263: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h1::#define _override override163 :warning ^105: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, StringsEqualNoCaseFailure)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp^: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::65 virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; }33: : 24 ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: : 161/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote::: 100306expanded from macro 'TEST':: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : void testBody() _override; }; \expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp306::3019: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hnote:: 31expanded from macro '_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h : ^164 :80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; }: 33 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h162:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:306:96:263:19: :1warning :: note 'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning expanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:#define _override override67 : ^35 : note: expanded from macro 'TEST' virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^note30 : : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override'In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306::3119#define _override override: : In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote :: 33expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165#define _override override: 88 ^In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :warning29: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp ^: 30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::29166: :In file included from 85/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 33warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; }: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp31:: 29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h33:: 33/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h167::16581::88 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:In file included from 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :In file included from 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :In file included from 33/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h33:: 166/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::85168:: 92warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::30167: :In file included from 81/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:: 31warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; }expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp :: 272note:: 1expanded from macro '_override': warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp#define _override override : 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hTEST(TestFailure, StringsEqualNoCaseFailureWithActualAsNull): 33^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h168::6592:In file included from :24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp ::warning 30: note: 'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31: In file included from void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; }306170 :: ^19108 :: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h note:warning: 306: expanded from macro '_override':'override' keyword is incompatible with C++98 [-Wc++98-compat] 19 :#define _override override ^ note: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :29: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 272In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp1::30 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; }In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h67 ^:: 3335: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :306note171:: :19expanded from macro 'TEST'106: : notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } #define _override override ^ ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::30629:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note33: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :170:108:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; }In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306::3319: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :note172: :expanded from macro '_override'102 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; }: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::33306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h19::171 :note106: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ In file included from virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::30631:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note33: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :173:121:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; }: 172 ^: 102:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; }: 274 ^:In file included from 75/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :30warning306: : :In file included from 'nullptr' is incompatible with C++98 [-Wc++98-compat]19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :: 31note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : StringEqualNoCaseFailure f(test, failFileName, failLineNumber, "ABC", NULLPTR, "");33 : ^#define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h174 ::31482::17 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :29: #define NULLPTR nullptrIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 33: virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h : ^173 :121/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp :30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::1931:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :expanded from macro '_override'33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:#define _override override55 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;}29 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h33:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::19174:: 82note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; }In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp ^: 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306::3119: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 33expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52#define _override override: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from virtual MockExpectedCall& andReturnValue(bool) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::175306::5519:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:19:30:279: :In file included from note1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: ::expanded from macro '_override' 31 warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33#define _override override : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h ^: 178:51TEST(TestFailure, StringsEqualNoCaseFailureWithExpectedAsNull): ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: :In file included from 65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::2433:: virtual MockExpectedCall& andReturnValue(int) _override { return *this; } /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h note: ^: 177 expanded from macro 'TEST': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h52::306 void testBody() _override; }; \ : warning19 ^: : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h note:: 306expanded from macro '_override': 19: note: expanded from macro '_override' #define _override override virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } #define _override override ^ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: 31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppwarning:: 29'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cppwarning virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; }:: 279'override' keyword is incompatible with C++98 [-Wc++98-compat] ^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : virtual MockExpectedCall& andReturnValue(int) _override { return *this; } /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h note: ^: 67 expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h35::306 :note#define _override override19: :expanded from macro 'TEST' ^ note: expanded from macro '_override' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::30630:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :noteIn file included from 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: expanded from macro '_override':In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :In file included from #define _override override33/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h33 :: 180/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::56179:: 60warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp30:: 29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h31:: 33In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::33180: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h56::181 :warning65: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: :In file included from 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :In file included from 33/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h31:: 181In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h65::33 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]182 :65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; }: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: #define _override overridenote : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:281#define _override override: 68 ^: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :'nullptr' is incompatible with C++98 [-Wc++98-compat]29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: StringEqualNoCaseFailure f(test, failFileName, failLineNumber, NULLPTR, "abd", "");:30 182: ^:In file included from 65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :31warning314: : :'override' keyword is incompatible with C++98 [-Wc++98-compat]17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note33: : expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :183: virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; }#define NULLPTR nullptr66 : ^ ^ warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]306 :19: note: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h#define _override override: 33 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; }: 33 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h184::30654::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:: 29note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:#define _override override184 : ^54 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31 virtual MockExpectedCall& andReturnValue(double) _override { return *this;}: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :33/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h306::18519::59 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp306::2919: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 33expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp59#define _override override:: 286 ^:warning 1: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from TEST(TestFailure, StringsEqualNoCaseFailure2)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; }^30 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:31:65: 306:In file included from :24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h19::: 33 note: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: expanded from macro 'TEST':expanded from macro '_override' 186 :53: void testBody() _override; }; \ #define _override overridewarning ^ : ^'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^ In file included from virtual MockExpectedCall& andReturnValue(void*) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp : ^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::30633:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 186note:: 53expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:::3019286: ::In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hnote::: 31expanded from macro '_override'warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :#define _override override33/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h67 ::18735::59 :note : warningexpanded from macro 'TEST': In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h ^: 187 virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :59 ^306: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19warning::: 306 'override' keyword is incompatible with C++98 [-Wc++98-compat]:note 19: :expanded from macro '_override' note: expanded from macro '_override'#define _override override ^ virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp : ^30 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; }: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp#define _override override: 30 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :warning29: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: virtual MockExpectedCall& onObject(void*) _override { return *this; }'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:295:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, DoublesEqualNormalWithText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:295:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::3029: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::4031:: 104/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 40warning:: 104'nullptr' is incompatible with C++98 [-Wc++98-compat]: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR);MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::314314::1717:: notenote: : expanded from macro 'NULLPTR'expanded from macro 'NULLPTR' #define NULLPTR nullptr#define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:303:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, DoublesEqualNormal) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:303:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h:38:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockSupportPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp#define _destructor_override override: 30 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:64:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from ~MockExpectedCallsListForTest() _destructor_override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp : ^30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::40322::5830:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_destructor_override' #define _destructor_override override ^ virtual void preTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupportPlugin.h:41:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:310:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, BinaryEqualWithText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:41:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneBooleanParameterAndValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp65::31024::1 :note : warningexpanded from macro 'TEST': 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: void testBody() _override; }; \ note ^: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ note ^: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp#define _override override19: :31 ^ : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :expanded from macro '_override'64 :37: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:41:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:322:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, BinaryEqualOneByte) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:322:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:58:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockPlugin, checkExpectationsAndClearAtEnd) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:333:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, BinaryEqualTwoBytes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::2449:: 1note:: expanded from macro 'TEST'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp :TEST(MockParameterTest, expectOneUnsignedIntegerParameterAndValue)note58 : :^expanded from macro '_override'1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning#define _override override:: 65'override' keyword is incompatible with C++98 [-Wc++98-compat] ^: 24:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note67: :expanded from macro 'TEST'35 : note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:#define _override override333 : ^1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:49:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:344:1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:: 70warning:: 5'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, BinaryEqualThreeBytes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' STRCMP_CONTAINS(expectedFailure.getMessage().asCharString(), output.getOutput().asCharString()); void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::19189:: 46note:: expanded from macro '_override'note : expanded from macro 'STRCMP_CONTAINS' #define _override override ^ STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:344:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:58:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneIntegerParameterAndValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:58:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:355:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, BinaryEqualFullWidth) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:355:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::6875::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockPlugin, checkExpectationsWorksAlsoWithHierachicalObjects)TEST(MockParameterTest, expectOneUnsignedLongLongIntegerParameterAndValue) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::6565::2424:: notenote: : expanded from macro 'TEST'expanded from macro 'TEST' void testBody() _override; }; \ void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp68::751::1 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:67:67:366:35:35:1: : note note: warning: expanded from macro 'TEST': expanded from macro 'TEST' 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, BinaryEqualLast) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \note virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ : ^expanded from macro 'TEST' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306 void testBody() _override; }; \:: 30619 ^:: 19 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote :: note306expanded from macro '_override': : expanded from macro '_override'19 : note#define _override override: expanded from macro '_override'#define _override override ^ ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:366:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:70:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long value = 0xFFFFAAAAFFFFAAAA; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:88:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS(expectedFailure.getMessage().asCharString(), output.getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:377:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, BinaryEqualActualNull) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp377::771::1 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' TEST(MockParameterTest, expectOneLongLongIntegerParameterAndValue) ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^65 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h24::306 :note19: :expanded from macro 'TEST' note: expanded from macro '_override' #define _override override void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:380:76: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] BinaryEqualFailure f(test, failFileName, failLineNumber, expectedData, NULLPTR, sizeof(expectedData), ""); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::10579::15:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long value = 0x7FFFAAAAFFFFAAAA;TEST(MockPlugin, installComparatorRecordsTheComparatorButNotInstallsItYet) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:384 void testBody() _override; }; \: 1 ^: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]306 :19: noteTEST(TestFailure, BinaryEqualExpectedNull): expanded from macro '_override'^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65#define _override override ^ :24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp::384105::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::3567:: 35note:: expanded from macro 'TEST'note : expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:89:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesIntAndLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:387:62: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] BinaryEqualFailure f(test, failFileName, failLineNumber, NULLPTR, actualData, sizeof(actualData), ""); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:89:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:111:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] mock().expectOneCall("foo").withParameterOfType("myType", "name", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:112:68: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] mock().actualCall("foo").withParameterOfType("myType", "name", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp : ^391 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, BitsEqualWithText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:391:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:405:1: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp: ::'override' keyword is incompatible with C++98 [-Wc++98-compat]129100 ::11:: TEST(TestFailure, BitsEqualChar) warning warning: ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' TEST(MockPlugin, installCopierRecordsTheCopierButNotInstallsItYet) void testBody() _override; }; \TEST(MockParameterTest, mismatchedIntegerTypesIntAndUnsignedAreAllowed) ^ ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:306:65:65:19:24:24: : note note: note: expanded from macro 'TEST' : expanded from macro '_override'expanded from macro 'TEST' void testBody() _override; }; \ #define _override override ^ ^ void testBody() _override; }; \ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:405:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppexpanded from macro '_override':: 129100::1#define _override override1: : ^ warning warning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::6767::3535:: notenote: : expanded from macro 'TEST'expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:135:86: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp mock().expectOneCall("foo").withOutputParameterOfTypeReturning("myType", "name", NULLPTR);: 412 ^: 1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 314'override' keyword is incompatible with C++98 [-Wc++98-compat]: 17: noteTEST(TestFailure, BitsEqual16Bit): expanded from macro 'NULLPTR'^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65#define NULLPTR nullptr: 24 ^: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:136:74: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] mock().actualCall("foo").withOutputParameterOfType("myType", "name", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp ^: 412:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:111:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesIntAndUnsignedLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:111:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cppexpanded from macro 'TEST': 144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:TEST(MockPlugin, preTestActionWillEnableMultipleComparatorsToTheGlobalMockSupportSpace)306 :^19 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro '_override'65 :24: note#define _override override: expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp ^ : 418:1: warning void testBody() _override; }; \: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:TEST(TestFailure, BitsEqual32Bit)306 :^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 65expanded from macro '_override': 24: note: expanded from macro 'TEST'#define _override override ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:418:1: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 144:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h1::67 :warning35: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \expanded from macro 'TEST' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:424:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, FeatureUnsupported) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:424:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:122:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesUnsignedAndLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:122:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:169:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockPlugin, shouldNotFailAgainWhenTestAlreadyFailed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.cpp:169:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:133:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesUnsignedAndUnsignedLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:133:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesLongAndUnsignedLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:157:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesIntAndLongLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:157:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:160:58: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().actualCall("foo").withParameter("parameter", (long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:162:61: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().expectOneCall("foo").withParameter("parameter", (long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:168:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesIntAndUnsignedLongLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:168:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:171:67: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().actualCall("foo").withParameter("parameter", (unsigned long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:173:70: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().expectOneCall("foo").withParameter("parameter", (unsigned long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:179:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesUnsignedAndLongLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:179:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:182:58: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().actualCall("foo").withParameter("parameter", (long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:184:61: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().expectOneCall("foo").withParameter("parameter", (long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:190:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesUnsignedAndUnsignedLongLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:190:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:193:67: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().actualCall("foo").withParameter("parameter", (unsigned long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:195:70: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().expectOneCall("foo").withParameter("parameter", (unsigned long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:201:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesUnsignedLongAndUnsignedLongLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:201:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:204:67: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().actualCall("foo").withParameter("parameter", (unsigned long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:206:70: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().expectOneCall("foo").withParameter("parameter", (unsigned long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:212:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesLongAndLongLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:212:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:215:58: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().actualCall("foo").withParameter("parameter", (long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:217:61: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().expectOneCall("foo").withParameter("parameter", (long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:223:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesLongAndUnsignedLongLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:223:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:226:67: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().actualCall("foo").withParameter("parameter", (unsigned long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:228:70: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().expectOneCall("foo").withParameter("parameter", (unsigned long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:234:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesUnsignedLongAndLongLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:234:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:237:58: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().actualCall("foo").withParameter("parameter", (long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:239:61: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().expectOneCall("foo").withParameter("parameter", (long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:245:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesLongLongAndUnsignedLongLongAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:245:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:247:61: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().expectOneCall("foo").withParameter("parameter", (long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:248:67: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().actualCall("foo").withParameter("parameter", (unsigned long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:250:70: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().expectOneCall("foo").withParameter("parameter", (unsigned long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:251:58: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] mock().actualCall("foo").withParameter("parameter", (long long)1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:258:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, longAndUnsignedLongWithSameBitRepresentationShouldNotBeTreatedAsEqual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:258:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:274:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, unsignedLongAndLongWithSameBitRepresentationShouldnotBeTreatedAsEqual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:274:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:290:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneDoubleParameterAndValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:290:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:298:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneDoubleParameterAndValueAndTolerance) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:298:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:306:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, doubleParameterNotEqualIfOutsideTolerance) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:306:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:323:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneStringParameterAndValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:323:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:331:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOnePointerParameterAndValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:331:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:339:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneConstPointerParameterAndValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:339:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:347:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneFunctionPointerParameterAndValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:347:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:355:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneMemBufferParameterAndValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:355:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:365:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneMemBufferParameterAndValueFailsDueToContents) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:365:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:383:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneMemBufferParameterAndValueFailsDueToSize) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:383:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:402:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneStringParameterAndValueFails) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:402:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:418:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneUnsignedIntegerParameterAndFailsDueToParameterName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:418:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:435:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneIntegerParameterAndFailsDueToParameterName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:435:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:451:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneUnsignedIntegerParameterAndFailsDueToValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:451:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:469:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneIntegerParameterAndFailsDueToValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:469:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:485:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneIntegerParameterAndFailsDueToTypes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:485:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:501:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectMultipleCallsWithDifferentParametersThatHappenOutOfOrder) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:501:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:511:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectMultipleCallsWithMultipleDifferentParametersThatHappenOutOfOrder) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:511:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:522:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, twiceCalledWithSameParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:522:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:532:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, calledWithoutParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:532:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:547:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, ignoreOtherParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:547:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:555:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, ignoreOtherParametersButStillPassAll) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:555:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:563:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, ignoreOtherParametersButExpectedParameterDidntHappen) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:563:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 299 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:578:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, ignoreOtherParametersMultipleCalls) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:578:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:589:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, ignoreOtherParametersMultipleCallsButOneDidntHappen) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:589:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:610:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, newCallStartsWhileNotAllParametersWerePassed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:610:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:625:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, outputParameterSucceeds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:625:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:633:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(param, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:633:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:634:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(retval, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:634:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:638:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, unmodifiedOutputParameterSucceeds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:638:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:645:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(param, 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:645:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:649:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, noActualCallForOutputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:649:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:664:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, noActualCallForUnmodifiedOutputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:664:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:678:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, unexpectedOutputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:678:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:696:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, outputParameterMissing) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:696:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:712:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, twoOutputParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:712:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:724:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(retval1, param1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:724:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:725:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(retval2, param2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:725:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:729:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, twoInterleavedOutputParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:729:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:741:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(retval1, param1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:741:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:742:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(retval2, param2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:742:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:746:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, twoDifferentOutputParametersInSameFunctionCallSucceeds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:746:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:760:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, retval1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:760:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:761:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, param1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:761:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:762:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(3, retval2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:762:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:763:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(3, param2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:763:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:767:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, outputAndIntParametersOfSameNameInDifferentFunctionCallsOfSameFunctionSucceeds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:767:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:777:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, retval); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:777:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:778:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, param); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:778:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:782:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, twoOutputParameterOfSameNameInDifferentFunctionCallsOfSameFunctionSucceeds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:782:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:794:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, retval1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:794:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:795:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, param1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:795:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:796:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(3, retval2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:796:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:797:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(3, param2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:797:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:801:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, twoOutputParametersOfSameNameInDifferentFunctionsSucceeds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:801:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:811:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, retval); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:811:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:812:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, param); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:812:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:816:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, outputAndInputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:816:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:828:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, outputParameterTraced) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:828:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:835:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Function name:someFunc someParameter:", mock().getTraceOutput()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:840:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, outputParameterThatIsIgnoredShouldNotFail) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:840:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:849:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, outputParameterWithIgnoredParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:849:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:866:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, properOutputParametersAreCopied) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:866:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:878:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_TEXT(expectedValue2, returnedValue1, "Wrong output value in 1st call"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:130:3: note: expanded from macro 'CHECK_EQUAL_TEXT' CHECK_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:879:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_TEXT(expectedValue1, returnedValue2, "Wrong output value in 2nd call"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:130:3: note: expanded from macro 'CHECK_EQUAL_TEXT' CHECK_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:884:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, ignoreOtherCallsIgnoresWithAllKindsOfParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:884:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:893:34: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] .withParameter("ick", 1ll) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:894:34: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] .withParameter("grr", 1ull) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:897:48: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] .withParameter("yoo", (const void*) NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:898:47: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] .withParameter("func", (void(*)()) NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:899:57: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] .withParameter("mem", (const unsigned char*) NULLPTR, 0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:900:61: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] .withParameterOfType("hoo", "int", (const void*) NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:901:48: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] .withOutputParameter("gah", (void*) NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:902:61: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] .withOutputParameterOfType("goo", "int", (void*) NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:907:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectMultipleCallsWithParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:907:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:922:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectMultipleMultipleCallsWithParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:922:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 157 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp::5928:: 68In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :warning39: : noexcept specifications are incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::322125::3024:: notenote: : expanded from macro '_destructor_override'expanded from macro 'UT_NOTHROW' #define _destructor_override override ^ #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:In file included from 39: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h1:: 228/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::4260:: 70warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]warning : noexcept specifications are incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW;: expanded from macro 'NULLPTR' ^ #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^125 :24: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp: :expanded from macro 'UT_NOTHROW'28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: #define UT_NOTHROW noexcept228 : ^67 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : In file included from ^ :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h1:: 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::1761:: 37note:: expanded from macro 'NULLPTR' #define NULLPTR nullptr warning ^: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cppnote:: 28expanded from macro 'UT_NOTHROW': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h #define UT_NOTHROW noexcept: 229 ^: 116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h: UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR)62 : ^39 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 314noexcept specifications are incompatible with C++98 [-Wc++98-compat]:17 : note: expanded from macro 'NULLPTR' void operator delete[](void* mem) UT_NOTHROW;#define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp :28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 125/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::2439:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hnote:: 251expanded from macro 'UT_NOTHROW': 34: warning: #define UT_NOTHROW noexcept'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp ^: 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34 virtual void setup() _override;: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual ~ConsoleTestOutput() _destructor_override note ^: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :322:30: note#define _override override: expanded from macro '_destructor_override' ^ #define _destructor_override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp::2829: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::12439:: 45/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 192warning:: 29'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual void teardown() _override;: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:#define _override override19 : ^ note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:29#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h ^: 125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp::21429:: 46/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 150warning:: 37'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ virtual ~ExecFunctionWithoutParameters() _destructor_override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note322: :expanded from macro '_override'30 : note: #define _override overrideexpanded from macro '_destructor_override' ^ #define _destructor_override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp::30628:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :note39: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :216:#define _override override25 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306322::1930:: notenote: : expanded from macro '_override'expanded from macro '_destructor_override' #define _destructor_override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp virtual void printTestsStarted() _override;: 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::30639:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 234note:: 38expanded from macro '_override': warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ In file included from virtual ~ExecFunctionTestShell() _destructor_override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h184::32260::30 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_destructor_override' virtual void printTestsEnded(const TestResult& result) _override;#define _destructor_override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp::2829: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::18639:: 66/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 228warning:: 42'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :: expanded from macro '_override' ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :17: note: expanded from macro 'NULLPTR' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:#define NULLPTR nullptr29 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from virtual void printCurrentTestEnded(const TestResult& res) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h : ^39 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::306228::1967:: notewarning: : expanded from macro '_override''nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ In file included from ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::188314::6717:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'NULLPTR' #define NULLPTR nullptr virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp virtual void printCurrentGroupEnded(const TestResult& res) _override;: 28: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h39:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::19229:: 116note:: expanded from macro '_override'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR)'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual void verbose(VerbosityLevel level) _override;314 : ^17 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro 'NULLPTR'19 : note: expanded from macro '_override'#define NULLPTR nullptr ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:In file included from 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:: 28warning: : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h virtual void print(long) _override;: 251 ^: 34/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ virtual ~IgnoredUtestShell() _destructor_override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp::32229:: 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 196note:: 32expanded from macro '_destructor_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override virtual void print(size_t) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp197::2838: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hwarning:: 39'override' keyword is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: virtual void printDouble(double) _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual bool willRun() const _override; ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp :29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:#define _override override59 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual void printFailure(const TestFailure& failure) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp : ^28 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h306::3919: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :note255: :expanded from macro '_override'34 : warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual void setRunIgnored() _override;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::306199::1952:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override virtual void setProgressIndicator(const char*) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp::2829: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::20139:: 26/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 257warning:: 47'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual SimpleString getMacroName() const _override;expanded from macro '_override' ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:52:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void setup() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:66:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void teardown() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:73:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailureNanAndInf, DoublesEqualExpectedIsNaN) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:73:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:81:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailureNanAndInf, DoublesEqualActualIsNaN) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:81:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cppexpanded from macro '_override': 89:1: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ TEST(TestFailureNanAndInf, DoublesEqualThresholdIsNaN) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp :warning89: :'override' keyword is incompatible with C++98 [-Wc++98-compat]1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp#define _override override: 97 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailureNanAndInf, DoublesEqualExpectedIsInf) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:97:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 45 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::45306::9119:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:104:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailureNanAndInf, DoublesEqualActualIsInf) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:104:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp::29111: :In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:: 32warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 148:39: warningTEST(TestFailureNanAndInf, DoublesEqualThresholdIsInf): 'override' keyword is incompatible with C++98 [-Wc++98-compat]^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' virtual ~StringBufferTestOutput() _destructor_override; ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::322306::3019:: notenote: : expanded from macro '_destructor_override'expanded from macro '_override' #define _override override ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp: void printBuffer(const char* s) _override111 : ^1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note67: :expanded from macro '_override'35 : note: expanded from macro 'TEST' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp19::29 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.hexpanded from macro '_override': 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h#define _override override: 155 ^: 18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 72 warnings generated. In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:64:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:49:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, setDataForUnsignedIntegerValues) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:49:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:56:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, setDataForIntegerValues) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:56:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:63:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, setDataForBooleanValues) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:63:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:67:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected_data, mock().getData("data").getBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:67:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:70:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, hasDataBeenSet) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:70:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:72:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!mock().hasData("data")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:74:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock().hasData("data")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, dataCanBeChanged) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:84:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, uninitializedData) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:84:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:87:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("int", mock().getData("nonexisting").getType().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:90:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, setMultipleData) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:90:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:98:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, setDataString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:98:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:101:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("string", mock().getData("data").getStringValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:104:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, setDataDouble) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:104:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:107:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(1.0, mock().getData("data").getDoubleValue(), 0.05); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:110:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, setDataPointer) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:110:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:114:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(ptr, mock().getData("data").getPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:117:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, setConstDataPointer) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:117:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:121:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(ptr, mock().getData("data").getConstPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:124:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, setDataFunctionPointer) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:124:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:128:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(ptr, mock().getData("data").getFunctionPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:131:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, setDataObject) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:131:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:135:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(ptr, mock().getData("data").getObjectPointer()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:136:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("type", mock().getData("data").getType().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:139:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, setDataConstObject) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:139:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:143:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(ptr, mock().getData("data").getConstObjectPointer()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:144:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("type", mock().getData("data").getType().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:147:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, tracing) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:147:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:155:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("boo", mock().getTraceOutput()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:156:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("foo", mock().getTraceOutput()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:159:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, tracingWorksHierarchically) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:159:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:168:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("boo", mock().getTraceOutput()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:169:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("foo", mock().getTraceOutput()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:191:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTestWithFixture, CHECK_EXPECTED_MOCK_FAILURE_LOCATION_failed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:191:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:209:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTestWithFixture, CHECK_NO_MOCK_FAILURE_LOCATION_failed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:209:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:230: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:35:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~OrderedTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:232:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTestWithFixture, shouldCrashOnFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:232:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:240:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(cpputestHasCrashed); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:246:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTestWithFixture, ShouldNotCrashOnFailureAfterCrashMethodWasReset) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:246:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:256:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(cpputestHasCrashed); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:259:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTestWithFixture, failedMockShouldFailAgainWhenRepeated) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:259:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:41:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~JUnitTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:43:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:44:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:45:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:46:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:47:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:48:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:50:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:51:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:52:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:53:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:54:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:56:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:68:89: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : CommandLineTestRunner(argc, argv, registry), fakeJUnitOutputWhichIsReallyABuffer_(NULLPTR), ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:69:43: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] fakeConsoleOutputWhichIsReallyABuffer(NULLPTR), fakeTCOutputWhichIsReallyABuffer(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:69:86: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] fakeConsoleOutputWhichIsReallyABuffer(NULLPTR), fakeTCOutputWhichIsReallyABuffer(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 341 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, OnePluginGetsInstalledDuringTheRunningTheTests) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:134:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, NoPluginsAreInstalledAtTheEndOfARunWhenTheArgumentsAreInvalid) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:134:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:145:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, ReturnsOneWhenTheArgumentsAreInvalid) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:145:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:155:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, ReturnsOnePrintsHelpOnHelp) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:155:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:163:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Thanks for using CppUTest.", commandLineTestRunner.fakeConsoleOutputWhichIsReallyABuffer->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:167:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, ReturnsZeroWhenNoErrors) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:167:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:177:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, ReturnsOneWhenNoTestsMatchProvidedFilter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:177:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:187:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, TeamcityOutputEnabled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:187:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:192:69: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(commandLineTestRunner.fakeTCOutputWhichIsReallyABuffer != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:192:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(commandLineTestRunner.fakeTCOutputWhichIsReallyABuffer != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:195:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, JunitOutputEnabled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:195:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:201:73: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(commandLineTestRunner.fakeJUnitOutputWhichIsReallyABuffer_ != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:201:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(commandLineTestRunner.fakeJUnitOutputWhichIsReallyABuffer_ != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:204:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, JunitOutputAndVerboseEnabled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:204:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:210:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("TEST(group1, test1)", commandLineTestRunner.fakeJUnitOutputWhichIsReallyABuffer_->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:211:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("TEST(group1, test1)", commandLineTestRunner.fakeConsoleOutputWhichIsReallyABuffer->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:214:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, veryVerboseSetOnOutput) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:214:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:220:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("TEST(group1, test1)", commandLineTestRunner.fakeConsoleOutputWhichIsReallyABuffer->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:221:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("destroyTest", commandLineTestRunner.fakeConsoleOutputWhichIsReallyABuffer->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:224:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, defaultTestsAreRunInOrderTheyAreInRepository) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:224:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:234:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("test2", stringCollection[0].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:235:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("test1", stringCollection[1].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:238:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, testsCanBeRunInReverseOrder) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:238:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:248:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("test1", stringCollection[0].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:249:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("test2", stringCollection[1].asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:252:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, listTestGroupNamesShouldWorkProperly) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:252:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:259:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("group", commandLineTestRunner.fakeConsoleOutputWhichIsReallyABuffer->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:262:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, listTestGroupAndCaseNamesShouldWorkProperly) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:262:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:269:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("group1.test1", commandLineTestRunner.fakeConsoleOutputWhichIsReallyABuffer->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:272:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, randomShuffleSeedIsPrintedAndRandFuncIsExercised) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:272:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:280:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("shuffling enabled with seed:", text.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:285:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, specificShuffleSeedIsPrintedVerbose) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:285:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:289:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("shuffling enabled with seed: 2", text.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:310:23: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] currentFake = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:332:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return (PlatformSpecificFile) NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:361:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FakeOutput* FakeOutput::currentFake = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:363:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineTestRunner, realJunitOutputShouldBeCreatedAndWorkProperly) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:363:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:374:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS(":1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 362 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::1306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h19::59 :note68: :expanded from macro '_override' warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat]#define _override override ^ In file included from void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp : ^28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::39125: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h24::73 :note37: :expanded from macro 'UT_NOTHROW' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define UT_NOTHROW noexcept ^ virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp ^: 28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h125::3924: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :note79: :expanded from macro 'UT_NOTHROW'42 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define UT_NOTHROW noexcept ^ virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override : ^1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp :warning28: : noexcept specifications are incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning void operator delete(void* mem) UT_NOTHROW;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125: virtual ~TestTerminatorWithoutExceptions() _destructor_override;24 : ^ note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'UT_NOTHROW'322 :30: note: expanded from macro '_destructor_override' #define _destructor_override override #define UT_NOTHROW noexcept ^ ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp: virtual ~NormalTestTerminator() _destructor_override;28 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h322::4530::5 :note : warningexpanded from macro '_destructor_override': defaulted function definitions are incompatible with C++98 [-Wc++98-compat] #define _destructor_override override DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp191::2826: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hwarning:: 44'override' keyword is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning virtual void setup() _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual void postTestAction(UtestShell&, TestResult&) _override;: ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp::30628:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :note44: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h :111:76: warning#define _override override: ^ 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h28:: 39In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::45216: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h25::46 :warning40: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ virtual ~MemoryLeakWarningPlugin() _destructor_override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::32219::30 :note : noteexpanded from macro '_override': expanded from macro '_destructor_override' #define _override override#define _destructor_override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual void postTestAction(UtestShell& test, TestResult& result) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp : ^27 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h306::3919: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :note233: :expanded from macro '_override'25 : warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: virtual ~ExecFunctionTestShell() _destructor_override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h : ^45 :91/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 322warning:: 30'nullptr' is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_destructor_override' MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); #define _destructor_override override ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cppexpanded from macro 'NULLPTR': 35:1: warning#define NULLPTR nullptr: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ TEST(TestFilter, emptyFilterMatchesEverything) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp35::271: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hwarning:: 39'override' keyword is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h251::6734::35 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'TEST' virtual ~IgnoredUtestShell() _destructor_override; virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306322::1930:: notenote: : expanded from macro '_override'expanded from macro '_destructor_override' #define _override override ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:38:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(filter.match("random_name")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:39:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(filter.match("")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:40:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(filter.match("*&%#^&%$(*&^@#(&*@#^(&*$^@#")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:43:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, defaultAbsoluteMismatches) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:43:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:46:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!filter.match("notevenclose")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:47:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!filter.match("filterrname")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:48:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!filter.match("")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:51:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, strictMatching) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:51:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:55:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(filter.match("filter")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp :27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp::1956:: 5note:: expanded from macro '_override'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override CHECK(!filter.match("filterr")); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' In file included from CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp : ^27 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h314::4417: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h :note112: :expanded from macro 'NULLPTR'77 : warning#define NULLPTR nullptr: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp#define _override override: 57 ^: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!filter.match(" filter")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp#define _override override: 60 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, invertMatching) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: void testBody() _override; }; \In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h ^: 45/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h306::4919::71 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:60:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:27: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:64:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!filter.match("filter")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:65:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!filter.match("filterr")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:66:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(filter.match("notevenclose")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:67:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(filter.match("")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp1:: 70/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::161:: 37warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : noexcept specifications are incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, invertStrictMatching) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65 void operator delete(void* mem) UT_NOTHROW;: 24 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'TEST'125 :24: void testBody() _override; }; \note : ^expanded from macro 'UT_NOTHROW' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: 19: note: expanded from macro '_override' #define UT_NOTHROW noexcept #define _override override ^ ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp :note70: :expanded from macro 'UT_NOTHROW'1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define UT_NOTHROW noexcept/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^67 :35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 306::191:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.hnote:: 64expanded from macro '_override': 51: #define _override overridewarning : ^noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:75:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp CHECK(!filter.match("filter"));: 30 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::32102: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h55::120 :note34: :expanded from macro 'CHECK' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17 virtual ~ConsoleTestOutput() _destructor_override: ^note : expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define NULLPTR nullptr322 : ^30 : note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:76:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: CHECK(filter.match("filterr"));In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h ^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::102124::5545:: notewarning: : expanded from macro 'CHECK''override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ virtual void printBuffer(const char* s) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro 'NULLPTR': note: #define NULLPTR nullptrexpanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::7730:: 5In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h :warning32: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :125:26 CHECK(filter.match(" filter"));: ^warning : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 102:55: note: expanded from macro 'CHECK' virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)306 : ^19 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note314: :expanded from macro '_override'17 : note: expanded from macro 'NULLPTR' #define _override override #define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp : ^80 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, equality) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:In file included from 65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::2430:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h: :expanded from macro 'TEST'32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155 void testBody() _override; }; \: 18 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: void flush() _overridenote : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:80:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::85184::560:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(filter1 == filter2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55 virtual void printTestsEnded(const TestResult& result) _override;: ^note : expanded from macro 'CHECK'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override314 : ^17 : note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp30:: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h28:: 32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::39186: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h66::72/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp ::warning4286: ::'override' keyword is incompatible with C++98 [-Wc++98-compat] 5 warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; CHECK(! (filter1 == filter3)); ^ ^ virtual void exitCurrentTest() const _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :306102/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:::1955306::: 19notenote:: : expanded from macro '_override'expanded from macro 'CHECK'note : expanded from macro '_override' #define _override override ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:In file included from 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:: 30note: : In file included from In file included from expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h ::#define NULLPTR nullptr2832 : : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::18739:: 63/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 73warning:: 37'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ virtual ~NormalTestTerminator() _destructor_override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19322:: 30note:: expanded from macro '_override'note : expanded from macro '_destructor_override' #define _override override #define _destructor_override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from virtual void printCurrentGroupStarted(const UtestShell& test) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h : ^39 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::79306::4219:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp :30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h#define _override override: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: virtual void printCurrentGroupEnded(const TestResult& res) _override;80 : ^48 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' #define _override override virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp30::89In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppnote1:: :30expanded from macro '_destructor_override' : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: #define _destructor_override override32 : TEST(TestFilter, equalityWithStrictness) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :^191 :48/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 65warning:: 24'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ virtual void verbose(VerbosityLevel level) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp :89/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::1306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :67:35: note#define _override override: expanded from macro 'TEST' ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:: 30note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h :32: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h : ^193 :43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:94:5: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp'nullptr' is incompatible with C++98 [-Wc++98-compat]: 30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h CHECK(! (filter1 == filter2));: 32 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h197::10238::55 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'CHECK' virtual void printDouble(double) _override; CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306314:17::19 :note : noteexpanded from macro 'NULLPTR': expanded from macro '_override' #define NULLPTR nullptr ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp ::97/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h28::: 1306In file included from ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h 19:warning:39: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h : :expanded from macro '_override'190TEST(TestFilter, equalityWithInvertion) : 21^: #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning ^:65: :'override' keyword is incompatible with C++98 [-Wc++98-compat]24 : note: expanded from macro 'TEST' void testBody() _override; void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp ^: 97:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h1::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hexpanded from macro '_override': 67:35: note: #define _override overrideexpanded from macro 'TEST' ^ In file included from virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp : ^28 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h306::3919: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :note192: :expanded from macro '_override'29 : warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp306::10219::5 :note : warningexpanded from macro '_override': 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override CHECK(! (filter1 == filter2)); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp105::281: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hwarning:: 39'override' keyword is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:TEST(TestFilter, notEqual)42 :^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h'nullptr' is incompatible with C++98 [-Wc++98-compat]: 65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 :19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note314: :expanded from macro '_override'17 : note#define _override override: expanded from macro 'NULLPTR' ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp : ^105 :1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314warning:: 17'override' keyword is incompatible with C++98 [-Wc++98-compat]: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro 'NULLPTR'67 :35: note: #define NULLPTR nullptrexpanded from macro 'TEST' ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:110#define _destructor_override override: 5 ^: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(filter1 != filter3); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28 CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h39:: 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::17254:: 34note:: expanded from macro 'NULLPTR'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:111:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp CHECK(! (filter1 != filter2));: 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h39:: 102/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::55255:: 34note:: expanded from macro 'CHECK'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314 virtual void setRunIgnored() _override;: 17 ^: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'NULLPTR': 306:#define NULLPTR nullptr19 : ^ note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h: virtual SimpleString getMacroName() const _override;35 : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' virtual ~OrderedTestShell() _destructor_override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:114:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, stringFrom) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:114:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:52:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, OrderObserved) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h::117:545:: 5warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]warning : defaulted function definitions are incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("TestFilter: \"filter\"", StringFrom(filter).asCharString()); ^ DEFAULT_COPY_CONSTRUCTOR(TestResult)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^162 :43:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note150: :expanded from macro 'STRCMP_EQUAL'80 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:: 52note:: 1 STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)expanded from macro 'DEFAULT_COPY_CONSTRUCTOR': ^warning : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 314:17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 67note: #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;: 35 expanded from macro 'NULLPTR': note ^ : expanded from macro 'TEST'#define NULLPTR nullptr ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, stringFromWithStrictMatching) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:124:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("TestFilter: \"filter\" with strict matching", StringFrom(filter).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:127:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, stringFromWithInvertMatching) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:64:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, hasReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:127:1: void testBody() _override; }; \ warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::30667::1935:: notenote: : expanded from macro '_override'expanded from macro 'TEST' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:64:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:131:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("TestFilter: \"filter\" with invert matching", StringFrom(filter).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:67:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock_c()->actualCall("foo")->hasReturnValue() == 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:134:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ TEST(TestFilter, stringFromWithStrictInvertMatching)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :^314 :17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 65note:: 24expanded from macro 'NULLPTR': note: expanded from macro 'TEST' void testBody() _override; }; \ #define NULLPTR nullptr ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]134 :1: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 68:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h5 virtual void postTestAction(UtestShell&, TestResult&) _override;:: 67 ^:warning 35: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'nullptr' is incompatible with C++98 [-Wc++98-compat] : note306: :expanded from macro 'TEST'19 : CHECK(mock_c()->hasReturnValue() == 0); note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: #define _override override102 ^ : ^55/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :: 306note:: 19expanded from macro 'CHECK': note: expanded from macro '_override' #define _override override ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:71:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: CHECK(mock_c()->actualCall("foo2")->hasReturnValue() != 0); note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:#define _override override55 : ^ note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp ^: 28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h314::4417: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h :note112: :expanded from macro 'NULLPTR'77 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define NULLPTR nullptr ^ virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:72:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp CHECK(mock_c()->hasReturnValue() != 0);: 139 ^: 5: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 102'nullptr' is incompatible with C++98 [-Wc++98-compat]: 55: note: expanded from macro 'CHECK' STRCMP_EQUAL("TestFilter: \"filter\" with strict, invert matching", StringFrom(filter).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43 CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): ^note : expanded from macro 'STRCMP_EQUAL'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:#define NULLPTR nullptr17 : ^ note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp: :expanded from macro '_override'142 :1: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ TEST(TestFilter, listOfFilters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp::30628:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :note45: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h :49#define _override override: 71 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:142:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:75:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, expectAndActualOneCall) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:144:33: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ TestFilter *listOfFilters = NULLPTR; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19314:: 17note:: expanded from macro '_override'note : expanded from macro 'NULLPTR' #define NULLPTR nullptr#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:75:1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:: 150warning:: 5'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h'nullptr' is incompatible with C++98 [-Wc++98-compat]: 67:35: note: expanded from macro 'TEST' STRCMP_EQUAL("TestFilter: \"bar\"", StringFrom(*current).asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19314:: 17note:: expanded from macro '_override'note : expanded from macro 'NULLPTR' #define _override override#define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cppwarning:: 152'override' keyword is incompatible with C++98 [-Wc++98-compat]: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ STRCMP_EQUAL("TestFilter: \"foo\"", StringFrom(*current).asCharString()); ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::30162:: 43note:: expanded from macro '_destructor_override'note : expanded from macro 'STRCMP_EQUAL' #define _destructor_override override STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:153:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, current->getNext()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:153:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, current->getNext()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, expectAndActualThreeCalls) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp: :expanded from macro 'TEST'156 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^TEST(TestFilter, constructors) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note65: :expanded from macro '_override'24 : note: expanded from macro 'TEST' #define _override override ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::15682::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::3567:: 35note:: expanded from macro 'TEST'note : expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp::306161::1932:: notewarning: : expanded from macro '_override''nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ CHECK(filter1.getNext() == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:161:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(filter1.getNext() == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:162:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(filter2.getNext() == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp : ^91 :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cppwarning:: 162'override' keyword is incompatible with C++98 [-Wc++98-compat]: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, expectNoCall) CHECK(filter2.getNext() == NULLPTR);^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::65102::2455In file included from ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp :notenote29: : : expanded from macro 'TEST'expanded from macro 'CHECK'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h void testBody() _override; }; \ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__): 32 ^ ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:::30631431::: 1917In file included from ::/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h :notenote33: : : expanded from macro '_override'expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h :86:#define NULLPTR nullptr51#define _override override : ^ ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:163:32#define _override override: ^warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(filter3.getNext() == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:91/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp::1163:: 5warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67 CHECK(filter3.getNext() == NULLPTR);: 35 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 102expanded from macro 'TEST': 55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note: expanded from macro 'NULLPTR' :#define NULLPTR nullptr19 : ^ note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp: :In file included from 164/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::531:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]32 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: CHECK(filter2.match("ab"));31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h33:: 102/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h::104:555:: notewarning: expanded from macro 'CHECK' : defaulted function definitions are incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314: DEFAULT_COPY_CONSTRUCTOR(MockNamedValue)17 : ^ note: expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :150:#define NULLPTR nullptr80 : ^ note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:165:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(filter3.match("ab")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, expectAndActualParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:128:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, expectAndActualParametersOnObject) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:128:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp29:: 137In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h1::31 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100TEST(MockSupport_c, boolParameter): ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:137: virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override;1 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::1967:: 35note:: expanded from macro '_override'note : expanded from macro 'TEST' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp19::29 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hexpanded from macro '_override': 31: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp : ^143 :1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' TEST(MockSupport_c, unsignedIntParameter) ^#define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp306::2919: : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hexpanded from macro '_override': 31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:#define _override override32 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp143::291: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hwarning:: 31'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::6753::35101:: notewarning: : expanded from macro 'TEST''override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp virtual MockNamedValue returnValue() _override;: 149 ^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' TEST(MockSupport_c, longIntParameter) ^ #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65:24: note: expanded from macro 'TEST' void testBody() _override; }; \In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306::3119: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 32expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63#define _override override: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::63149::361:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35 virtual bool returnBoolValue() _override;: ^note : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp :29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h#define _override override: 31 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:155:1: virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:TEST(MockSupport_c, unsignedLongIntParameter)19 :^ note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65:24:#define _override override note ^: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp::1929:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :expanded from macro '_override'31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^ :75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h155::311: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hwarning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::6777::3556:: notewarning: : expanded from macro 'TEST''override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' note: expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppnote:: 161expanded from macro '_override': 1: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ TEST(MockSupport_c, doubleParameterWithTolerance) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp65::2924: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hnote:: 31expanded from macro 'TEST': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h void testBody() _override; }; \: 87 ^: 69:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' virtual double returnDoubleValueOrDefault(double default_value) _override; #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp virtual const void * returnConstPointerValue() _override;: 161 ^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro '_override'67 :35: note#define _override override: expanded from macro 'TEST' ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h29:: 306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h19::31 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hexpanded from macro '_override': 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90#define _override override: 87 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:169:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, longLongIntParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:169:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:175#define _override override: 1 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, unsignedLongLongIntParameter)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp^: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::6531:: 24In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp : ^175 :1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hexpanded from macro '_override': 67:35: #define _override overridenote : ^expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp :note29: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h#define _override override: 31 ^ : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:#define _override override183 : ^1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, memoryBufferParameter)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp^: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::6531:: 24In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :171:94: warning void testBody() _override; }; \: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:183:1: warning: virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override;'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::35306:: 19note:: expanded from macro 'TEST'note : expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h : ^31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp : ^191 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, outputParameters)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp^: 29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::6531:: 24In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :note32: : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :181:42: warning void testBody() _override; }; \: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp ^: 191:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h1::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :67:35:#define _override override note ^: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306::3219: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note184: :expanded from macro '_override'36 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp202::291: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hwarning:: 31'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hTEST(MockSupport_c, unmodifiedOutputParameter): 199^: 96: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 65'override' keyword is incompatible with C++98 [-Wc++98-compat]: 24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp :202:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp35::29 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hexpanded from macro 'TEST': 31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:211:1: virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteTEST(MockSupport_c, outputParameters_differentType): expanded from macro '_override'^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:#define _override override65 : ^24 : note: expanded from macro 'TEST' void testBody() _override; }; \In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306::3119: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 32expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52#define _override override: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::71211:: 1warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp::22229:: 1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :warning31: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:TEST(MockSupport_c, outputParametersOfType)243 :^98 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]65 :24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; }: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:222 virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; }: 1 ^: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]306 :19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h note: expanded from macro '_override' :67:35:#define _override override note ^: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp ^: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h306::3119: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.hnote:: 32expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103#define _override override: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:235:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: TEST(MockSupport_c, ignoreOtherParameters)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::27165::6524:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppexpanded from macro '_override': 235:1: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::306274::1956:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:242:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306TEST(MockSupport_c, returnBoolValue): 19^ :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note65: :expanded from macro '_override'24 : note: expanded from macro 'TEST' #define _override override ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cppnote:: 29expanded from macro '_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h ^: 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp62::242 :warning1: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29#define _override override: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:246:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected_value, mock_c()->actualCall("boo")->boolReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:246:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:247:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31 CHECK_EQUAL(expected_value, mock_c()->boolReturnValue());: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::286127::6042:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) virtual void * returnPointerValue() _override { return NULLPTR; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h314::31417::17 :note : noteexpanded from macro 'NULLPTR': expanded from macro 'NULLPTR' #define NULLPTR nullptr#define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h247::2895::71 :warning : warning'nullptr' is incompatible with C++98 [-Wc++98-compat]: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142#define NULLPTR nullptr: 66 ^: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp::31429:: 17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :note31: : expanded from macro 'NULLPTR'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h#define NULLPTR nullptr: 292 ^: 71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:251:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenReturnValueIsGivenReturnBoolValueOrDefaultShouldIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:251:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp :note: expanded from macro '_override'29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31#define _override override: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:260 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from TEST(MockSupport_c, whenNoReturnValueIsGivenReturnBoolValueOrDefaultShouldlUseTheDefaultValue)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp :^29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::3165: :In file included from 24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 33note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hexpanded from macro 'TEST': 50:107: warning: void testBody() _override; }; \'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^#define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp260::291: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.hwarning:: 31'override' keyword is incompatible with C++98 [-Wc++98-compat]: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h33:: 67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::3552:: 91note:: expanded from macro 'TEST'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:268:In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:: 29: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]31 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:TEST(MockSupport_c, returnIntValue)61 :^141 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]65 :24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override;: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define _override override note ^: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp :note268: :expanded from macro '_override'1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:277:1: virtual MockExpectedCall& andReturnValue(const void* value) _override;warning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override overrideTEST(MockSupport_c, whenReturnValueIsGivenReturnIntValueOrDefaultShouldIgnoreTheDefault) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: void testBody() _override; }; \In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h ^: 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h306::3319: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :note76: :expanded from macro '_override'63 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp57: :warning277: :'override' keyword is incompatible with C++98 [-Wc++98-compat]1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67 virtual MockExpectedCall& onObject(void* objectPtr) _override;: 35 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'TEST'306 :19: note: expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:286:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' TEST(MockSupport_c, whenNoReturnValueIsGivenReturnIntValueOrDefaultShouldlUseTheDefaultValue) ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::29306: :In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:: 31note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:#define _override override159 : ^91 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp: :In file included from 286/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::133:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hwarning:: 160'override' keyword is incompatible with C++98 [-Wc++98-compat]: 83: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 67'override' keyword is incompatible with C++98 [-Wc++98-compat]: 35: note: expanded from macro 'TEST' virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp::29429:: 1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :warning31: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93TEST(MockSupport_c, returnUnsignedIntValue): ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919: note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp ^: 294:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h1::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67 :35: note: #define _override overrideexpanded from macro 'TEST' ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp :note29: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h : ^33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:303:1: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]29 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65:TEST(MockSupport_c, whenReturnValueIsGivenReturnUnsignedIntValueOrDefaultShouldIgnoreTheDefault) warning^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; }expanded from macro 'TEST' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: void testBody() _override; }; \19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 306:19: #define _override overridenote : ^expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp :303:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp :note29: : expanded from macro 'TEST'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual MockExpectedCall& andReturnValue(double) _override { return *this;}#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:312:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenNoReturnValueIsGivenReturnUnsignedIntValueOrDefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp::31229:: 1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :warning31: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :40:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h104::67 :warning35: :'nullptr' is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'TEST' MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19314:: 17note:: expanded from macro '_override'note : expanded from macro 'NULLPTR' #define _override override ^#define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:64:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp : ^320 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, returnLongIntValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:320:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:39:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockStrictOrderTest, OrderObserved) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:39:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:329:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenReturnValueIsGivenReturnLongIntValueOrDefaultShouldIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:329:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:51:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockStrictOrderTest, someOrderObserved) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:51:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:338:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenNoReturnValueIsGivenReturnLongIntValueOrDefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:338:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:63:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockStrictOrderTest, orderViolated) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:63:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:346:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, returnUnsignedLongIntValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:346:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:85:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockStrictOrderTest, orderViolatedWorksHierarchically) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:355:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenReturnValueIsGivenReturnUnsignedLongIntValueOrDefaultShouldIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp : ^85 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:355:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:364:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenNoReturnValueIsGivenReturnUnsignedLongIntValueOrDefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:108:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockStrictOrderTest, orderViolatedWorksWithExtraUnexpectedCall) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppnote:: 364expanded from macro '_override': 1: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:108:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:374:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, returnLongLongIntValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:374:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:134:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockStrictOrderTest, orderViolatedWithinAScope) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:376:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int expected_value = -10L; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:134:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \378 : ^5 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]: 19: note: expanded from macro '_override' LONGLONGS_EQUAL(expected_value, mock_c()->actualCall("boo")->longLongIntReturnValue());#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:378:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:378:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:379:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, mock_c()->longLongIntReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:379:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:379:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:380:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(MOCKVALUETYPE_LONG_LONG_INTEGER, mock_c()->returnValue().type); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:380:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:380:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:153:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockStrictOrderTest, orderNotViolatedAcrossScopes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:153:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:383:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenReturnValueIsGivenReturnLongLongIntValueOrDefaultShouldIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:383:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:385:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int defaultValue = -10L; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:386:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int expectedValue = defaultValue - 1L; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:167:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppTEST(MockStrictOrderTest, orderViolatedAcrossScopes): 388^: 5: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 65'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]: 24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ LONGLONGS_EQUAL(expectedValue, mock_c()->actualCall("foo")->returnLongLongIntValueOrDefault(defaultValue));/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note226: :expanded from macro '_override'3 : note: expanded from macro 'LONGLONGS_EQUAL'#define _override override ^ LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:167:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp1::388 :warning5: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :67:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h35::226 :note3: :expanded from macro 'TEST' note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::238306::8319:: notenote: : expanded from macro 'LONGLONGS_EQUAL_LOCATION'expanded from macro '_override' #define _override override ^ do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:388:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:389:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expectedValue, mock_c()->returnLongLongIntValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:389:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:389:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:392:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenNoReturnValueIsGivenReturnLongLongIntValueOrDefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::18165::124:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'TEST' void testBody() _override; }; \ ^ TEST(MockStrictOrderTest, orderUsingNCalls)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :^306 :19: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro '_override'65 :24: note#define _override override: expanded from macro 'TEST' ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:392:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp::35181:: 1note:: expanded from macro 'TEST'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:394:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int defaultValue = -10L; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:396:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(defaultValue, mock_c()->actualCall("foo")->returnLongLongIntValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:396:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:396:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:397:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(defaultValue, mock_c()->returnLongLongIntValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:397:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:397:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 104 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:400:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, returnUnsignedLongLongIntValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:400:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:402:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int expected_value = 10; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:404:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, mock_c()->actualCall("boo")->unsignedLongLongIntReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:404:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:404:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:405:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, mock_c()->unsignedLongLongIntReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:405:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:405:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:406:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(MOCKVALUETYPE_UNSIGNED_LONG_LONG_INTEGER, mock_c()->returnValue().type); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:406:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:406:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:409:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenReturnValueIsGivenReturnUnsignedLongLongIntValueOrDefaultShouldIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:409:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:411:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int defaultValue = 10L; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:412:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int expectedValue = defaultValue + 1L; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:414:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expectedValue, mock_c()->actualCall("foo")->returnUnsignedLongLongIntValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:414:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:414:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:415:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expectedValue, mock_c()->returnUnsignedLongLongIntValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:415:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:415:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:418:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenNoReturnValueIsGivenReturnUnsignedLongLongIntValueOrDefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:418:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:420:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int defaultValue = 10L; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:422:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(defaultValue, mock_c()->actualCall("foo")->returnUnsignedLongLongIntValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:422:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:422:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:423:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(defaultValue, mock_c()->returnUnsignedLongLongIntValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:423:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:423:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:428:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, returnStringValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:428:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:431:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("hello world", mock_c()->actualCall("boo")->stringReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:432:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("hello world", mock_c()->stringReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:436:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenReturnValueIsGivenReturnStringValueOrDefaultShouldIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:436:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:441:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expectedValue, mock_c()->actualCall("foo")->returnStringValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:442:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expectedValue, mock_c()->returnStringValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:445:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenNoReturnValueIsGivenReturnStringValueOrDefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:445:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:449:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(defaultValue, mock_c()->actualCall("foo")->returnStringValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:450:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(defaultValue, mock_c()->returnStringValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:453:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, returnDoubleValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:453:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:456:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(1.0, mock_c()->actualCall("boo")->doubleReturnValue(), 0.005); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:457:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(1.0, mock_c()->doubleReturnValue(), 0.005); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:461:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenReturnValueIsGivenReturnDoubleValueOrDefaultShouldIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:461:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:466:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(expectedValue, mock_c()->actualCall("foo")->returnDoubleValueOrDefault(defaultValue), 0.005); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:467:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(expectedValue, mock_c()->returnDoubleValueOrDefault(defaultValue), 0.005); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:470:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenNoReturnValueIsGivenReturnDoubleValueOrDefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:470:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:474:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(defaultValue, mock_c()->actualCall("foo")->returnDoubleValueOrDefault(defaultValue), 0.005); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:475:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(defaultValue, mock_c()->returnDoubleValueOrDefault(defaultValue), 0.005); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:478:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, returnPointerValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:478:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:481:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL((void*) 10, mock_c()->actualCall("boo")->pointerReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:482:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL((void*) 10, mock_c()->pointerReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:486:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenReturnValueIsGivenReturnPointerValueOrDefaultShouldIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:486:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:491:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(expectedValue, mock_c()->actualCall("foo")->returnPointerValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:492:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(expectedValue, mock_c()->returnPointerValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:495:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenNoReturnValueIsGivenReturnPointerValueOrDefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:495:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:499:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(defaultValue, mock_c()->actualCall("foo")->returnPointerValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:500:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(defaultValue, mock_c()->returnPointerValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:503:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, returnConstPointerValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:503:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:506:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL((const void*) 10, mock_c()->actualCall("boo")->constPointerReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:507:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL((const void*) 10, mock_c()->constPointerReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:511:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenReturnValueIsGivenReturnConstPointerValueOrDefaultShouldIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:511:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:516:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(expectedValue, mock_c()->actualCall("foo")->returnConstPointerValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:517:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(expectedValue, mock_c()->returnConstPointerValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:520:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenNoReturnValueIsGivenReturnConstPointerValueOrDefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:520:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:524:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(defaultValue, mock_c()->actualCall("foo")->returnConstPointerValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:525:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(defaultValue, mock_c()->returnConstPointerValueOrDefault(defaultValue)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:528:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, returnFunctionPointerValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:528:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:531:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(dummy_function_for_mock_c_test, mock_c()->actualCall("boo")->functionPointerReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:532:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(dummy_function_for_mock_c_test, mock_c()->functionPointerReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:536:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenReturnValueIsGivenReturnFunctionPointerValueOrDefaultShouldIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:536:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:539:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(dummy_function_for_mock_c_test, mock_c()->actualCall("foo")->returnFunctionPointerValueOrDefault(dummy_function_for_mock_c_test_two)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:540:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(dummy_function_for_mock_c_test, mock_c()->returnFunctionPointerValueOrDefault(dummy_function_for_mock_c_test_two)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:543:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenNoReturnValueIsGivenReturnFunctionPointerValueOrDefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:543:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:546:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(dummy_function_for_mock_c_test_two, mock_c()->actualCall("foo")->returnFunctionPointerValueOrDefault(dummy_function_for_mock_c_test_two)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:547:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(dummy_function_for_mock_c_test_two, mock_c()->returnFunctionPointerValueOrDefault(dummy_function_for_mock_c_test_two)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:550:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, MockSupportWithScope) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:550:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:558:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, MockSupportSetBoolData) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:558:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:561:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(1, mock_c()->getData("boolean").value.boolValue); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:561:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:564:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, MockSupportSetIntData) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:564:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:570:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, MockSupportSetDoubleData) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:570:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:573:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(1.00, mock_c()->getData("double").value.doubleValue, 0.05); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:576:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, MockSupportSetStringData) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:576:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:579:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("hello world", mock_c()->getData("string").value.stringValue); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:582:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, MockSupportSetPointerData) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:582:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:585:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL((void*) 1, mock_c()->getData("pointer").value.pointerValue); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:588:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, MockSupportSetConstPointerData) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:588:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:591:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL((const void*) 1, mock_c()->getData("constPointer").value.constPointerValue); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:594:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, MockSupportMemoryBufferData) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:594:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:597:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(0xDEAD, mock_c()->getData("name").value.memoryBufferValue); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:601:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, MockSupportSetFunctionPointerData) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:601:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:604:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(dummy_function_for_mock_c_test, mock_c()->getData("functionPointer").value.functionPointerValue); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:607:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, MockSupportSetDataObject) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:607:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:610:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL((void*) 1, mock_c()->getData("name").value.objectValue); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:613:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, MockSupportSetDataConstObject) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:613:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:616:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL((void*) 5, mock_c()->getData("name").value.constObjectValue); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:619:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, WorksInCFile) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:619:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:640:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] MSC_SWITCHED_TEST(MockSupport_c, NoExceptionsAreThrownWhenAMock_cCallFailed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:637:48: note: expanded from macro 'MSC_SWITCHED_TEST' #define MSC_SWITCHED_TEST(testGroup, testName) TEST(testGroup, testName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:640:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:637:48: note: expanded from macro 'MSC_SWITCHED_TEST' #define MSC_SWITCHED_TEST(testGroup, testName) TEST(testGroup, testName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:649:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!destructorWasCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:659:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED(MockSupport_c, shouldCrashOnFailure, 21) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:669:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(cpputestHasCrashed); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:675:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED(MockSupport_c, nextTestShouldNotCrashOnFailure, 22) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:684:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(cpputestHasCrashed); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:695:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, failureWithParameterOfTypeCoversValueToString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:695:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:714:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, successWithOutputParameterOfType) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:714:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:733:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, expectOneMemBufferParameterAndValueFailsDueToContents) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:733:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:742:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, ignoreOtherCalls) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:742:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 273 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:48:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_C_WRAPPER(TestGroupInC, checkThatTheTestHasRun) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:178:5: note: expanded from macro 'TEST_C_WRAPPER' TEST(group_name, test_name) { \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:48:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:178:5: note: expanded from macro 'TEST_C_WRAPPER' TEST(group_name, test_name) { \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:49:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST_C_WRAPPER(TestGroupInC, ignoreMacroForCFile) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:184:5: note: expanded from macro 'IGNORE_TEST_C_WRAPPER' IGNORE_TEST(group_name, test_name) { \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:49:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:184:5: note: expanded from macro 'IGNORE_TEST_C_WRAPPER' IGNORE_TEST(group_name, test_name) { \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:57:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestGroupInC, setupHasBeenCalled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:57:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:90:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_BOOL(1, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:40:47: note: expanded from macro 'CHECK_EQUAL_C_BOOL' CHECK_EQUAL_C_BOOL_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkBool) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:95:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_BOOL(1, 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:40:47: note: expanded from macro 'CHECK_EQUAL_C_BOOL' CHECK_EQUAL_C_BOOL_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:96:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_BOOL(1, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:40:47: note: expanded from macro 'CHECK_EQUAL_C_BOOL' CHECK_EQUAL_C_BOOL_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:101:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:110:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkBoolText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:110:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:119:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:125:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_INT(1, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:46:46: note: expanded from macro 'CHECK_EQUAL_C_INT' CHECK_EQUAL_C_INT_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:128:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:128:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:130:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_INT(2, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:46:46: note: expanded from macro 'CHECK_EQUAL_C_INT' CHECK_EQUAL_C_INT_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:135:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkIntText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:152:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:158:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_UINT(1, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:52:47: note: expanded from macro 'CHECK_EQUAL_C_UINT' CHECK_EQUAL_C_UINT_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:161:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkUnsignedInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:161:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:163:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_UINT(2, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:52:47: note: expanded from macro 'CHECK_EQUAL_C_UINT' CHECK_EQUAL_C_UINT_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:168:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:177:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkUnsignedIntText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:177:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:185:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:191:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_LONG(1, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:58:47: note: expanded from macro 'CHECK_EQUAL_C_LONG' CHECK_EQUAL_C_LONG_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:194:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:194:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:196:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_LONG(2, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:58:47: note: expanded from macro 'CHECK_EQUAL_C_LONG' CHECK_EQUAL_C_LONG_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:201:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:210:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkLongIntText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:210:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:218:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:224:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_ULONG(1, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:64:48: note: expanded from macro 'CHECK_EQUAL_C_ULONG' CHECK_EQUAL_C_ULONG_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:227:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkUnsignedLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:227:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:229:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_ULONG(2, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:64:48: note: expanded from macro 'CHECK_EQUAL_C_ULONG' CHECK_EQUAL_C_ULONG_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:234:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:243:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkUnsignedLongIntText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:243:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:251:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:259:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_LONGLONG(1, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:70:51: note: expanded from macro 'CHECK_EQUAL_C_LONGLONG' CHECK_EQUAL_C_LONGLONG_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:262:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkLongLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:262:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:264:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_LONGLONG(2, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:70:51: note: expanded from macro 'CHECK_EQUAL_C_LONGLONG' CHECK_EQUAL_C_LONGLONG_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:269:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:278:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkLongLongIntText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:278:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:286:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:292:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_ULONGLONG(1, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:76:52: note: expanded from macro 'CHECK_EQUAL_C_ULONGLONG' CHECK_EQUAL_C_ULONGLONG_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:295:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkUnsignedLongLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:295:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:297:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_ULONGLONG(2, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:76:52: note: expanded from macro 'CHECK_EQUAL_C_ULONGLONG' CHECK_EQUAL_C_ULONGLONG_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:302:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:311:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkUnsignedLongLongIntText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:311:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:319:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:385:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_REAL(1.0, 2.0, 0.5); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:82:57: note: expanded from macro 'CHECK_EQUAL_C_REAL' CHECK_EQUAL_C_REAL_LOCATION(expected,actual,threshold,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:388:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkReal) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:388:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:390:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_REAL(1.0, 1.1, 0.5); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:82:57: note: expanded from macro 'CHECK_EQUAL_C_REAL' CHECK_EQUAL_C_REAL_LOCATION(expected,actual,threshold,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:395:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:404:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkRealText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:404:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:412:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:418:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_CHAR('a', 'c'); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:88:47: note: expanded from macro 'CHECK_EQUAL_C_CHAR' CHECK_EQUAL_C_CHAR_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:421:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkChar) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:421:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:423:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_CHAR('a', 'a'); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:88:47: note: expanded from macro 'CHECK_EQUAL_C_CHAR' CHECK_EQUAL_C_CHAR_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:428:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:437:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkCharText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:437:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:445:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:451:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_UBYTE(254, 253); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:94:48: note: expanded from macro 'CHECK_EQUAL_C_UBYTE' CHECK_EQUAL_C_UBYTE_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:454:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkUnsignedByte) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:454:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:456:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_UBYTE(254, 254); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:94:48: note: expanded from macro 'CHECK_EQUAL_C_UBYTE' CHECK_EQUAL_C_UBYTE_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:461:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:470:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkUnsignedByteText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:470:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:478:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:484:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_SBYTE(-3, -5); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:100:48: note: expanded from macro 'CHECK_EQUAL_C_SBYTE' CHECK_EQUAL_C_SBYTE_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:487:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkSignedByte) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:487:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:489:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_SBYTE(-3, -3); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:100:48: note: expanded from macro 'CHECK_EQUAL_C_SBYTE' CHECK_EQUAL_C_SBYTE_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:494:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:503:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkSignedByteText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:503:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:511:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:517:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_STRING("Hello", "Hello World"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:106:49: note: expanded from macro 'CHECK_EQUAL_C_STRING' CHECK_EQUAL_C_STRING_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:520:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:520:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:522:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_STRING("Hello", "Hello"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:106:49: note: expanded from macro 'CHECK_EQUAL_C_STRING' CHECK_EQUAL_C_STRING_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:529:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:538:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkStringText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:538:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:548:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:554:27: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_POINTER(NULLPTR, (void *)0x1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:554:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_POINTER(NULLPTR, (void *)0x1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:112:50: note: expanded from macro 'CHECK_EQUAL_C_POINTER' CHECK_EQUAL_C_POINTER_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:557:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkPointer) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:557:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:559:27: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_POINTER(NULLPTR, NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:559:36: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_POINTER(NULLPTR, NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:559:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_POINTER(NULLPTR, NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:112:50: note: expanded from macro 'CHECK_EQUAL_C_POINTER' CHECK_EQUAL_C_POINTER_LOCATION(expected,actual,NULLPTR,__FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:564:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:570:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_POINTER_TEXT(NULLPTR, (void *)0x1, "PointerTestText"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:573:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkPointerText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:573:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:575:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_POINTER_TEXT(NULLPTR, NULLPTR, "Text"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:575:41: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_POINTER_TEXT(NULLPTR, NULLPTR, "Text"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:581:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:587:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_BITS(0x0001, (unsigned short)0x0003, 0xFFFF); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:118:71: note: expanded from macro 'CHECK_EQUAL_C_BITS' CHECK_EQUAL_C_BITS_LOCATION(expected, actual, mask, sizeof(actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:590:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkBits) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:590:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:592:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_C_BITS(0xABCD, (unsigned short)0xABCD, 0xFFFF); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:118:71: note: expanded from macro 'CHECK_EQUAL_C_BITS' CHECK_EQUAL_C_BITS_LOCATION(expected, actual, mask, sizeof(actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:597:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:606:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkBitsText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:606:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:614:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:623:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkFailText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:623:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:629:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:638:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkFail) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:638:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:644:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:650:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_C(false); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:130:43: note: expanded from macro 'CHECK_C' CHECK_C_LOCATION(condition, #condition, NULLPTR, __FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:653:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkCheck) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:653:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:655:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_C(true); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness_c.h:130:43: note: expanded from macro 'CHECK_C' CHECK_C_LOCATION(condition, #condition, NULLPTR, __FILE__,__LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:659:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:668:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, checkCheckText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:668:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:675:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!hasDestructorOfTheDestructorCheckedBeenCalled); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:680:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, cpputest_malloc_out_of_memory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:680:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:683:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == cpputest_malloc(100)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:683:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == cpputest_malloc(100)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:687:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != mem); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:687:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != mem); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:691:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, cpputest_malloc_out_of_memory_after_n_mallocs) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:691:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:697:17: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(m1 != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:697:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(m1 != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:698:17: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(m2 != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:698:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(m2 != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:699:17: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(m3 == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:699:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(m3 == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:705:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, cpputest_malloc_out_of_memory_after_0_mallocs) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:705:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:709:17: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(m1 == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:709:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(m1 == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:713:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, count_mallocs) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:713:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:727:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, cpputest_strdup) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:727:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:730:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != mem); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:730:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != mem); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:731:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("0123456789", mem); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:735:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, cpputest_strndup) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:735:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:738:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != mem); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:738:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != mem); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:739:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("012", mem); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:745:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, cpputest_calloc) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:745:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:748:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != mem); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:748:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != mem); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:752:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, cpputest_realloc_larger) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:752:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:760:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mem1 != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:760:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mem1 != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:764:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mem2 != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:764:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mem2 != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:765:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(number_string, mem2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:770: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:770: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:770: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:86: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:770: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:158: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:770: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:143:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:772:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, macros) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:772:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:792:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, callocInitializedToZero) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:792:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:796:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mem[i] == 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:800:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestHarness_c, callocShouldReturnNULLWhenOutOfMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:800:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:804:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(m == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestHarness_cTest.cpp:804:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(m == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h:57:28: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockFailure() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:86:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h:34: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h:90:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : expectedCall_(expectedCall), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:38:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedActualCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:41:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:42:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:44:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:45:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:46:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:47:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:48:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:49:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:51:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:52:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:53:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:54:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:55:120: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:56:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:59:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:60:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:62:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:63:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:65:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:66:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:69:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:71:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:74:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:75:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:83:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:84:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:86:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:87:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:89:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:90:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:92:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:93:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:95:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:96:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:98:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:146:58: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:159:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockActualCallTrace() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:162:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:163:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:164:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:167:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:168:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:169:114: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:170:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:172:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:173:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174:101: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:175:122: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:176:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:177:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:178:125: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:180:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:181:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:184:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:186:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:187:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:189:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:190:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:193:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:195:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:196:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:198:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:199:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:202:86: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:204:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:205:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:207:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:208:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:210:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:213:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:214:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:216:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:217:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:219:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:237:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:238:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:239:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:240:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:241:89: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:242:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:243:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:244:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:245:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:246:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:247:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:248:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:249:90: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withFunctionPointerParameter(const SimpleString& , void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:251:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:252:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:253:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:254:104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:256:35: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool hasReturnValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:257:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockNamedValue returnValue() _override { return MockNamedValue(""); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:259:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:262:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:263:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValueOrDefault(int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:265:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:266:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:272:98: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:275:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:277:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:278:78: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:280:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValue() _override { return 0.0; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValue() _override { return ""; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:284:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char * returnStringValueOrDefault(const char * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:287:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:290:79: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:293:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:295:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* ) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:286:60: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:289:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:42:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:43:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:44:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:45:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:46:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:48:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:49:111: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:51:116: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:52:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:53:109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:55:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:57:103: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:58:124: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59:126: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:60:118: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:61:141: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:62:87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:63:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:67:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:68:62: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:69:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:70:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:71:72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:72:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:73:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:74:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void* value) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:76:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*value)()) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:154:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:155:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:156:73: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:157:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:158:74: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:159:91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:160:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:161:100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:162:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:164:80: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:166:85: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:169:93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:170:108: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:172:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:173:121: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:174:82: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString&) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:175:55: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& ignoreOtherParameters() _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:177:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(bool) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:178:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:180:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:181:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:182:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:183:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:184:54: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(double) _override { return *this;} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:185:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const char*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:186:53: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:187:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:188:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(void (*)()) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:40:104: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MockSupport& mock(const SimpleString& mockName = "", MockFailureReporter* failureReporterForThisCall = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:64:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:40:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, hasReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:40:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:42:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!mock().hasReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:44:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!mock().actualCall("foo").hasReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:45:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!mock().hasReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:48:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock().actualCall("foo2").hasReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:49:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock().hasReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:52:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedIntegerReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:52:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 252 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:67:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, PositiveIntReturnValueCanBeRetrievedAsUnsignedInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:67:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:74:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, IntReturnValueCanBeRetrievedAsLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:74:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:81:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedIntReturnValueCanBeRetrievedAsLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:81:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:88:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, PositiveIntReturnValueCanBeRetrievedAsUnsignedLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:88:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:92:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UNSIGNED_LONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getUnsignedLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:214:55: note: expanded from macro 'UNSIGNED_LONGS_EQUAL' UNSIGNED_LONGS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:95:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, PositiveLongIntReturnValueCanBeRetrievedAsUnsignedLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:95:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:99:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UNSIGNED_LONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getUnsignedLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:214:55: note: expanded from macro 'UNSIGNED_LONGS_EQUAL' UNSIGNED_LONGS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:102:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedIntReturnValueCanBeRetrievedAsUnsignedLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:102:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:106:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UNSIGNED_LONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getUnsignedLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:214:55: note: expanded from macro 'UNSIGNED_LONGS_EQUAL' UNSIGNED_LONGS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:111:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, PositiveIntReturnValueCanBeRetrievedAsUnsignedLongLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:111:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:115:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:115:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:115:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:118:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, PositiveLongIntReturnValueCanBeRetrievedAsUnsignedLongLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:118:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:122:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:122:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:122:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:125:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, PositiveLongLongIntReturnValueCanBeRetrievedAsUnsignedLongLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:125:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:127:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int expected_value = 7; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:129:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:129:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:129:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:132:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedIntReturnValueCanBeRetrievedAsUnsignedLongLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:132:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:136:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:136:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:136:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:139:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedLongIntReturnValueCanBeRetrievedAsUnsignedLongLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:139:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:143:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:143:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:143:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:146:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedLongLongIntReturnValueCanBeRetrieved) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:146:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:148:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int expected_value = ULLONG_MAX; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:148:45: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int expected_value = ULLONG_MAX; ^ /usr/include/clang/8.0.0/include/limits.h:100:21: note: expanded from macro 'ULLONG_MAX' #define ULLONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) ^ :75:27: note: expanded from here #define __LONG_LONG_MAX__ 9223372036854775807LL ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:148:45: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /usr/include/clang/8.0.0/include/limits.h:100:39: note: expanded from macro 'ULLONG_MAX' #define ULLONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:148:45: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /usr/include/clang/8.0.0/include/limits.h:100:44: note: expanded from macro 'ULLONG_MAX' #define ULLONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:150:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' 308 warnings generated. do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:150:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:150:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:153:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, PositiveIntReturnValueCanBeRetrievedAsLongLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:153:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:157:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:157:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:157:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:160:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, PositiveLongIntReturnValueCanBeRetrievedAsLongLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:160:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:164:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:164:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:164:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:167:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedIntReturnValueCanBeRetrievedAsLongLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:167:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:171:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:171:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:171:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:174:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedLongIntReturnValueCanBeRetrievedAsLongLongInt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:174:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:178:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:178:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:178:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:181:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, LongLongIntReturnValueCanBeRetrieved) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:181:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:183:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int expected_value = LLONG_MAX; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:183:36: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int expected_value = LLONG_MAX; ^ /usr/include/clang/8.0.0/include/limits.h:98:20: note: expanded from macro 'LLONG_MAX' #define LLONG_MAX __LONG_LONG_MAX__ ^ :75:27: note: expanded from here #define __LONG_LONG_MAX__ 9223372036854775807LL ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:185:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' In file included from LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): 1 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::22238: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h62::264 :note9: :expanded from macro 'LONGLONGS_EQUAL_LOCATION' warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:185:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:185:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:190:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedIntegerReturnValueSetsDifferentValues) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:190:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:204:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedIntegerReturnValueSetsDifferentValuesWhileParametersAreIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:204:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:218:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenADoubleReturnValueIsExpectedAndAlsoThereIsADefaultShouldlIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:218:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:224:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(expected_return_value, mock().actualCall("foo").returnDoubleValueOrDefault(default_return_value), 0.05); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:225:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(expected_return_value, mock().returnDoubleValueOrDefault(default_return_value), 0.05); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:228:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenNoDoubleReturnValueIsExpectedButThereIsADefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:228:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:232:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(default_return_value, mock().actualCall("foo").returnDoubleValueOrDefault(default_return_value), 0.05); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:233:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(default_return_value, mock().returnDoubleValueOrDefault(default_return_value), 0.05); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:236:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenAUnsignedIntegerReturnValueIsExpectedAndAlsoThereIsADefaultShouldlIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:236:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:245:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenNoUnsignedIntegerReturnValueIsExpectedButThereIsADefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:245:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:253:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenAUnsignedLongIntegerReturnValueIsExpectedAndAlsoThereIsADefaultShouldlIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:253:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:262:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenNoUnsignedLongIntegerReturnValueIsExpectedButThereIsADefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:262:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:270:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenALongIntegerReturnValueIsExpectedAndAlsoThereIsADefaultShouldlIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:270:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:279:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenNoLongIntegerReturnValueIsExpectedButThereIsADefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:279:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:289:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenAUnsignedLongLongIntegerReturnValueIsExpectedAndAlsoThereIsADefaultShouldlIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:289:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:291:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int default_return_value = ULLONG_MAX; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:291:51: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int default_return_value = ULLONG_MAX; ^ /usr/include/clang/8.0.0/include/limits.h:100:21: note: expanded from macro 'ULLONG_MAX' #define ULLONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) ^ :75:27: note: expanded from here #define __LONG_LONG_MAX__ 9223372036854775807LL ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:291:51: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /usr/include/clang/8.0.0/include/limits.h:100:39: note: expanded from macro 'ULLONG_MAX' #define ULLONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:291:51: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /usr/include/clang/8.0.0/include/limits.h:100:44: note: expanded from macro 'ULLONG_MAX' #define ULLONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:292:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int expected_return_value = default_return_value - 1; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:298:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenNoUnsignedLongLongIntegerReturnValueIsExpectedButThereIsADefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:298:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:300:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int default_return_value = ULLONG_MAX; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:300:51: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int default_return_value = ULLONG_MAX; ^ /usr/include/clang/8.0.0/include/limits.h:100:21: note: expanded from macro 'ULLONG_MAX' #define ULLONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) ^ :75:27: note: expanded from here #define __LONG_LONG_MAX__ 9223372036854775807LL ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:300:51: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /usr/include/clang/8.0.0/include/limits.h:100:39: note: expanded from macro 'ULLONG_MAX' #define ULLONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:300:51: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /usr/include/clang/8.0.0/include/limits.h:100:44: note: expanded from macro 'ULLONG_MAX' #define ULLONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:306:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenALongLongIntegerReturnValueIsExpectedAndAlsoThereIsADefaultShouldlIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:306:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:308:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int default_return_value = LLONG_MAX; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:308:42: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int default_return_value = LLONG_MAX; ^ /usr/include/clang/8.0.0/include/limits.h:98:20: note: expanded from macro 'LLONG_MAX' #define LLONG_MAX __LONG_LONG_MAX__ ^ :75:27: note: expanded from here #define __LONG_LONG_MAX__ 9223372036854775807LL ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:309:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int expected_return_value = default_return_value - 1; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:315:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenNoLongLongIntegerReturnValueIsExpectedButThereIsADefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:315:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:317:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int default_return_value = LLONG_MAX; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:317:42: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int default_return_value = LLONG_MAX; ^ /usr/include/clang/8.0.0/include/limits.h:98:20: note: expanded from macro 'LLONG_MAX' #define LLONG_MAX __LONG_LONG_MAX__ ^ :75:27: note: expanded from here #define __LONG_LONG_MAX__ 9223372036854775807LL ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:325:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenABooleanReturnValueIsExpectedAndAlsoThereIsADefaultShouldlIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:325:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:330:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected_return_value, mock().actualCall("foo").returnBoolValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:330:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:331:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected_return_value, mock().returnBoolValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:331:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:334:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenNoBooleanReturnValueIsExpectedButThereIsADefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:334:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:338:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(default_return_value, mock().actualCall("foo").returnBoolValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:338:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:339:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(default_return_value, mock().returnBoolValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:339:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:342:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenAIntegerReturnValueIsExpectedAndAlsoThereIsADefaultShouldlIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:342:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:351:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenNoIntegerReturnValueIsExpectedButThereIsADefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:351:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:359:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, BooleanReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:359:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:365:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected_value, actual_call.returnValue().getBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:365:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:366:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected_value, actual_call.returnBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:366:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:368:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected_value, mock().returnValue().getBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:368:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:369:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected_value, mock().boolReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:369:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:372:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, BooleanReturnValueSetsDifferentValues) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:372:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:380:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected_value, mock().actualCall("foo").returnValue().getBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:380:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:381:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(expected_value, mock().returnValue().getBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:381:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:382:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(another_expected_value, mock().actualCall("foo").returnValue().getBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:382:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:383:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(another_expected_value, mock().returnValue().getBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:383:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:386:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, BooleanReturnValueSetsDifferentValuesWhileParametersAreIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:386:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:394:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(ret_value, mock().actualCall("foo").withParameter("p1", 1).returnValue().getBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:394:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:395:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(ret_value, mock().returnValue().getBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:395:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:396:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(another_ret_value, mock().actualCall("foo").withParameter("p1", 1).returnValue().getBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:396:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:397:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(another_ret_value, mock().returnValue().getBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:397:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:400:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, IntegerReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:400:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:413:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, IntegerReturnValueSetsDifferentValues) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:413:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:427:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, IntegerReturnValueSetsDifferentValuesWhileParametersAreIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:427:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:441:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, LongIntegerReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:441:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:453:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, LongIntegerReturnValueSetsDifferentValues) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:453:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:467:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, LongIntegerReturnValueSetsDifferentValuesWhileParametersAreIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:467:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:481:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedLongIntegerReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:481:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:493:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedLongIntegerReturnValueSetsDifferentValues) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:493:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:507:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedLongIntegerReturnValueSetsDifferentValuesWhileParametersAreIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:507:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:523:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, LongLongIntegerReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:523:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:525:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int expected_value = 7; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:529:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, actual_call.returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:529:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:529:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:530:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, actual_call.returnLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:530:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:530:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:531:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, mock().returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:531:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:531:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:532:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, mock().longLongIntReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:532:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:532:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:535:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, LongLongIntegerReturnValueSetsDifferentValues) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:535:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:537:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int expected_value = 1; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:538:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int another_expected_value = 2; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:543:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:543:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:543:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:544:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, mock().returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:544:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:544:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:545:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(another_expected_value, mock().actualCall("foo").returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:545:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:545:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:546:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(another_expected_value, mock().returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:546:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:546:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:549:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, LongLongIntegerReturnValueSetsDifferentValuesWhileParametersAreIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:549:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:551:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int ret_value = 1; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:552:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long int another_ret_value = 2; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:557:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(ret_value, mock().actualCall("foo").withParameter("p1", 1).returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:557:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:557:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:558:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(ret_value, mock().returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:558:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:558:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:559:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(another_ret_value, mock().actualCall("foo").withParameter("p1", 1).returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:559:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:559:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:560:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(another_ret_value, mock().returnValue().getLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:560:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:560:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:563:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedLongLongIntegerReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:563:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:565:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int expected_value = 7; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:569:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, actual_call.returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:569:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:569:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:570:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, actual_call.returnUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:570:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:570:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:571:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, mock().returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:571:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:571:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:572:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, mock().unsignedLongLongIntReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:572:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:572:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:575:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedLongLongIntegerReturnValueSetsDifferentValues) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:575:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:577:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int expected_value = 1; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:578:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int another_expected_value = 2; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:583:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, mock().actualCall("foo").returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:583:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:583:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:584:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(expected_value, mock().returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:584:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:584:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:585:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(another_expected_value, mock().actualCall("foo").returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:585:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:585:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:586:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(another_expected_value, mock().returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' In file included from do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) : ^1 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp::9586:: 5warning:: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' typedef long long cpputest_longlong; ^ UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h241::265109::18 :note : warningexpanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION': 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:586:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:589:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, UnsignedLongLongIntegerReturnValueSetsDifferentValuesWhileParametersAreIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:589:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:591:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int ret_value = 1; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:592:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long int another_ret_value = 2; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:597:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(ret_value, mock().actualCall("foo").withParameter("p1", 1).returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:597:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:597:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:598:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(ret_value, mock().returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:598:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:598:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:599:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(another_ret_value, mock().actualCall("foo").withParameter("p1", 1).returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:599:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:599:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:600:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(another_ret_value, mock().returnValue().getUnsignedLongLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:600:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:600:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:605:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, MatchingReturnValueOnWhileSignature) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:605:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:618:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenAStringReturnValueIsExpectedAndAlsoThereIsADefaultShouldlIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:618:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:623:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected_return_value, mock().actualCall("foo").returnStringValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:624:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected_return_value, mock().returnStringValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:627:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenNoStringReturnValueIsExpectedButThereIsADefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:627:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:631:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(default_return_value, mock().actualCall("foo").returnStringValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:632:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(default_return_value, mock().returnStringValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:635:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, StringReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:635:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:640:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("hello world", actual_call.returnValue().getStringValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:641:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("hello world", actual_call.returnStringValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:642:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("hello world", mock().stringReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:645:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, DoubleReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:645:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:651:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(expected_return_value, actual_call.returnValue().getDoubleValue(), 0.05); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:652:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(expected_return_value, actual_call.returnDoubleValue(), 0.05); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:653:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(expected_return_value, mock().doubleReturnValue(), 0.05); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:656:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenAConstPointerReturnValueIsExpectedAndAlsoThereIsADefaultShouldlIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:656:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:661:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(expected_return_value, mock().actualCall("foo").returnConstPointerValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:662:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(expected_return_value, mock().returnConstPointerValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:665:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenNoConstPointerReturnValueIsExpectedButThereIsADefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:665:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:669:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(default_return_value, mock().actualCall("foo").returnConstPointerValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:670:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(default_return_value, mock().returnConstPointerValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:673:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenAPointerReturnValueIsExpectedAndAlsoThereIsADefaultShouldlIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:673:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:678:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(expected_return_value, mock().actualCall("foo").returnPointerValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:679:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(expected_return_value, mock().returnPointerValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:682:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenNoPointerReturnValueIsExpectedButThereIsADefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:682:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:686:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(default_return_value, mock().actualCall("foo").returnPointerValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:687:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(default_return_value, mock().returnPointerValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:690:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenAFunctionPointerReturnValueIsExpectedAndAlsoThereIsADefaultShouldlIgnoreTheDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:690:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:695:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(expected_return_value, mock().actualCall("foo").returnFunctionPointerValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:696:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(expected_return_value, mock().returnFunctionPointerValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:699:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, WhenNoFunctionPointerReturnValueIsExpectedButThereIsADefaultShouldlUseTheDefaultValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:699:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:703:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(default_return_value, mock().actualCall("foo").returnFunctionPointerValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:704:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(default_return_value, mock().returnFunctionPointerValueOrDefault(default_return_value)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:707:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, PointerReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:707:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:713:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(ptr, actual_call.returnValue().getPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:714:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(ptr, actual_call.returnPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:715:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(ptr, mock().pointerReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:718:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, ConstPointerReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:718:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:723:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(ptr, actual_call.returnValue().getConstPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:724:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(ptr, actual_call.returnConstPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:725:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(ptr, mock().constPointerReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:728:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, FunctionPointerReturnValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:728:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:734:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(ptr, actual_call.returnValue().getFunctionPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:735:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(ptr, actual_call.returnFunctionPointerValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:736:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(ptr, mock().functionPointerReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:739:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockReturnValueTest, whenCallingDisabledOrIgnoredActualCallsThenTheyDontReturnPreviousCallsValues) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:739:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:746:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!mock().hasReturnValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:41:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~JUnitTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:43:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:44:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:45:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:46:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:47:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:48:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:50:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:51:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:52:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:53:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:54:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:56:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:97:54: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FileSystemForJUnitTestOutputTests() : firstFile_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:117:72: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] for (FileForJUnitOutputTests* current = firstFile_; current != NULLPTR; current = current->nextFile()) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:125:33: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return (searchedFile != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:130:72: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] for (FileForJUnitOutputTests* current = firstFile_; current != NULLPTR; current = current->nextFile()) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:133:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:166:44: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] result_(result), currentGroupName_(NULLPTR), currentTest_(NULLPTR), firstTestInGroup_(true), timeTheTestTakes_(0), numberOfChecksInTest_(0), testFailure_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:166:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] result_(result), currentGroupName_(NULLPTR), currentTest_(NULLPTR), firstTestInGroup_(true), timeTheTestTakes_(0), numberOfChecksInTest_(0), testFailure_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:166:163: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] result_(result), currentGroupName_(NULLPTR), currentTest_(NULLPTR), firstTestInGroup_(true), timeTheTestTakes_(0), numberOfChecksInTest_(0), testFailure_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:193:24: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] currentTest_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:205:29: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] currentGroupName_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:253:29: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (currentTest_ == NULLPTR) return; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:270:28: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] testFailure_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:358:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withOneTestGroupAndOneTestOnlyWriteToOneFile) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:358:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:365:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(fileSystem.fileExists("cpputest_groupname.xml")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:368:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withReservedCharactersInPackageOrTestGroupUsesUnderscoresForFileName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:368:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:375:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(fileSystem.fileExists("cpputest_p_a_c_k_a_g_e_n_a_m_e._g_r_o_u_p_n_a_m_e_h_ere.xml")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:378:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withOneTestGroupAndOneTestOutputsValidXMLFiles) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:378:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:385:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(1)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:388:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withOneTestGroupAndOneTestOutputsTestSuiteStartAndEndBlocks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:388:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:395:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(2)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:396:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->lineFromTheBack(1)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:399:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withOneTestGroupAndOneTestFileShouldContainAnEmptyPropertiesBlock) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:399:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:406:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(3)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:407:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(4)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:410:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withOneTestGroupAndOneTestFileShouldContainAnEmptyStdoutBlock) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:410:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:417:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->lineFromTheBack(3)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:420:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withOneTestGroupAndOneTestFileShouldContainAnEmptyStderrBlock) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:420:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:427:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->lineFromTheBack(2)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:430:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withOneTestGroupAndOneTestFileShouldContainsATestCaseBlock) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:430:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:438:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:439:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:442:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withOneTestGroupAndTwoTestCasesCreateCorrectTestgroupBlockAndCorrectTestCaseBlock) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:442:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:450:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(2)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:451:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:452:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:453:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(7)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:454:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(8)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:457:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withOneTestGroupAndTimeHasElapsedAndTimestampChanged) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:457:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:465:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(2)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:468:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withOneTestGroupAndMultipleTestCasesWithElapsedTime) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:468:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:477:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(2)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:478:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:479:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:480:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(7)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:481:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(8)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:484:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withOneTestGroupAndOneFailingTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:484:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:492:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(2)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:493:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:494:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:495:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(7)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:496:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(8)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:499:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, withTwoTestGroupAndOneFailingTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:499:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:509:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(2)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:510:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(7)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:511:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(8)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:514:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, testFailureWithLessThanAndGreaterThanInsideIt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:514:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:523:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:526:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, testFailureWithQuotesInIt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:526:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:535:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:538:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, testFailureWithNewlineInIt) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:538:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:547:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:550:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, testFailureWithDifferentFileAndLine) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:550:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:559:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:562:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, testFailureWithAmpersandsAndLessThan) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:562:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:571:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:574:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, testFailureWithAmpersands) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:574:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:583:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:586:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, aCoupleOfTestFailures) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:586:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:599:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(8)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:600:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(16)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:603:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, testFailuresInSeparateGroups) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:603:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:615:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(8)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:618:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(8)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:621:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, twoTestGroupsWriteToTwoDifferentFiles) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:621:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:630:61: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(fileSystem.file("cpputest_firstTestGroup.xml") != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:630:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(fileSystem.file("cpputest_firstTestGroup.xml") != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:631:62: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(fileSystem.file("cpputest_secondTestGroup.xml") != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:631:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(fileSystem.file("cpputest_secondTestGroup.xml") != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:635:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, testGroupWithWeirdName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:635:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:637:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("cpputest_group_weird_name.xml", junitOutput->createFileName("group/weird/name").asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:640:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, TestCaseBlockWithAPackageName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:640:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:649:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:650:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:653:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, TestCaseBlockForIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:653:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:662:4: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:663:4: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(6)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:664:4: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(7)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:667:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, TestCaseWithTestLocation) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:667:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:677:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:680:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, MultipleTestCaseWithTestLocations) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:680:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:690:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:691:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(7)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:694:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, TestCaseBlockWithAssertions) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:694:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:705:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:708:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, MultipleTestCaseBlocksWithAssertions) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:708:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:718:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:719:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(7)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:722:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, MultipleTestCasesInDifferentGroupsWithAssertions) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:722:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:733:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:736:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n", outputFile->line(5)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:739:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, UTPRINTOutputInJUnitOutput) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:739:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:747:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("someoutput\n", outputFile->lineFromTheBack(3)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:750:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(JUnitOutputTest, UTPRINTOutputInJUnitOutputWithSpecials) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:750:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/JUnitOutputTest.cpp:758:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("The <rain> in "Spain"{newline}Goes \\mainly\\ down the Dr&in{newline}\n", outputFile->lineFromTheBack(3)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:35:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~OrderedTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:50:46: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] OrderedTestShell::setOrderedTestHead(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:83:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOrderedTest, TestInstallerSetsFields) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:83:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:86:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("testgroup", orderedTest.getGroup().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:87:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("testname", orderedTest.getName().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:88:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("this.cpp", orderedTest.getFile().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOrderedTest, InstallOneText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:96:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(firstTest() == &orderedTest); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOrderedTest, OrderedTestsAreLast) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:103:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(firstTest() == &normalTest); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:104:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(secondTest() == &orderedTest); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:107:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOrderedTest, TwoTestsAddedInReverseOrder) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:107:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:111:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(firstTest() == &orderedTest2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:112:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(secondTest() == &orderedTest); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:115:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOrderedTest, TwoTestsAddedInOrder) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:115:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:119:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(firstTest() == &orderedTest2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:120:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(secondTest() == &orderedTest); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:123:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOrderedTest, MultipleOrderedTests) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:123:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:133:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(firstOrderedTest == &orderedTest2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:134:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(firstOrderedTest->getNext() == &orderedTest); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:135:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(firstOrderedTest->getNext()->getNext() == &orderedTest3); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:138:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOrderedTest, MultipleOrderedTests2) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:138:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:144:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(firstTest() == &orderedTest2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:145:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(secondTest() == &orderedTest3); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:146:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(secondTest()->getNext() == &orderedTest); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:178:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOrderedTestMacros, NormalTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:178:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:180:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(OrderedTestTestingFixture::count() == 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:183:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED(TestOrderedTestMacros, Test2, 2) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:185:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(OrderedTestTestingFixture::count() == 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:188:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED(TestOrderedTestMacros, Test1, 1) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:190:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(OrderedTestTestingFixture::count() == 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:193:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED(TestOrderedTestMacros, Test4, 4) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:195:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(OrderedTestTestingFixture::count() == 4); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:198:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED(TestOrderedTestMacros, Test3, 3) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:200:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(OrderedTestTestingFixture::count() == 3); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:204:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED(TestOrderedTestMacros, Test5_1, 5) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:206:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(OrderedTestTestingFixture::count() == 5); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:209:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED(TestOrderedTestMacros, Test6_1, 6) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:211:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(OrderedTestTestingFixture::count() == 7); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:214:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED(TestOrderedTestMacros, Test5_2, 5) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:216:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(OrderedTestTestingFixture::count() == 6); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:219:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED(TestOrderedTestMacros, Test6_2, 6) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:221:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(OrderedTestTestingFixture::count() == 8); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:225:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED(TestOrderedTestMacros, Test10, 10) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:227:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(OrderedTestTestingFixture::count() == 12); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:230:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED(TestOrderedTestMacros, Test8, 8) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:232:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(OrderedTestTestingFixture::count() == 10); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:242:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED_C_WRAPPER(TestOrderedTestMacros, Test11, 11) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:83:3: note: expanded from macro 'TEST_ORDERED_C_WRAPPER' TEST_ORDERED(group_name, test_name, testLevel) { \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:244:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED_C_WRAPPER(TestOrderedTestMacros, Test7, 7) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:83:3: note: expanded from macro 'TEST_ORDERED_C_WRAPPER' TEST_ORDERED(group_name, test_name, testLevel) { \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/OrderedTestTest.cpp:246:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST_ORDERED_C_WRAPPER(TestOrderedTestMacros, Test9, 9) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:83:3: note: expanded from macro 'TEST_ORDERED_C_WRAPPER' TEST_ORDERED(group_name, test_name, testLevel) { \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h:76:36: note: expanded from macro 'TEST_ORDERED' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 207 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 116 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 607 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:86: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:158: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:143:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.h:32:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~DummyMemoryLeakDetector() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.h:44:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~DummyMemoryLeakFailure() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.h:46:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void fail(char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 43 warnings generated. In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:86: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:158: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:143:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:36:41: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakFailureForTest() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:40:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void fail(char* fail_string) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:132:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, OneLeak) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:132:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:137:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Memory leak(s) found", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:138:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("size: 3", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:139:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("alloc", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:140:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS(StringFromFormat("%p", (void*) mem).asCharString(), output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:141:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Total number of leaks", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:147:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, sequenceNumbersOfMemoryLeaks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:147:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:154:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Alloc num (1)", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:155:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Alloc num (2)", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:156:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Alloc num (3)", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:163:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, memoryDumpOutput) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:163:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:169:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Alloc num (1)", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:170:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Leak size: 6 Allocated at", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:171:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Content:", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:172:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("0000: 74 65 73 74 31 00 |test1.|", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:177:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, OneHundredLeaks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:177:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:187:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Memory leak(s) found", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:188:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Total number of leaks", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:189:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Memory leak reports about malloc and free", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:196:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, OneLeakOutsideCheckingPeriod) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:196:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:201:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("Memory leak(s) found")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:202:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("size: 4")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:203:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("new")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:204:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("Total number of leaks")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:208:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, NoLeaksWhatsoever) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:208:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:211:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("No memory leaks", detector->report(mem_leak_period_checking)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:212:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("No memory leaks", detector->report(mem_leak_period_all)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:215:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, TwoLeaksUsingOperatorNew) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:215:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:222:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("size: 8")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:223:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("size: 4")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:228:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, OneAllocButNoLeak) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:228:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:233:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("No memory leaks", detector->report(mem_leak_period_checking)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:238:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, TwoAllocOneFreeOneLeak) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:238:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:246:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("Leak size: 12")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:247:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!output.contains("Leak size: 4")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:253:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, TwoAllocOneFreeOneLeakReverseOrder) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:253:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:261:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!output.contains("size: 12")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:262:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("size: 4")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:266:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, DeleteNonAlocatedMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:266:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:272:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->message->contains("Deallocating non-allocated memory")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:273:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->message->contains(" allocated at file: line: 0 size: 0 type: unknown")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:274:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->message->contains(" deallocated at file: FREE.c line: 100 type: free")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:277:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, IgnoreMemoryAllocatedOutsideCheckingPeriod) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:277:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:286:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, IgnoreMemoryAllocatedOutsideCheckingPeriodComplicatedCase) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:286:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:314:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, OneLeakUsingOperatorNewWithFileLine) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:314:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:319:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("file.cpp")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:320:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("1234")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:324:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, OneAllocAndFreeUsingArrayNew) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:324:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:330:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("new []")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:337:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, OneAllocAndFree) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:337:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:343:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("malloc")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:350:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, OneRealloc) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:350:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:358:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output.contains("other.cpp")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:369:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, ReallocNonAllocatedMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:369:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:375:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->message->contains("Deallocating non-allocated memory\n")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:376:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->message->contains(" deallocated at file: other.cpp line: 13")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:379:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, AllocOneTypeFreeAnotherType) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:379:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:384:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->message->contains("Allocation/deallocation type mismatch")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:385:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->message->contains(" allocated at file: ALLOC.c line: 10 size: 100 type: new []")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:386:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->message->contains(" deallocated at file: FREE.c line: 100 type: free")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:389:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, AllocOneTypeFreeAnotherTypeWithCheckingDisabled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:389:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:395:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", reporter->message->asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:399:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, mallocLeakGivesAdditionalWarning) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:399:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:404:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Memory leak reports about malloc and free can be caused by allocating using the cpputest version of malloc", output.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:408:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, newLeakDoesNotGiveAdditionalWarning) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:408:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:413:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(! output.contains("Memory leak reports about malloc and free")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:417:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, MarkCheckingPeriodLeaksAsNonCheckingPeriod) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:417:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:431:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, memoryCorruption) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:431:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:438:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->message->contains("Memory corruption")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:439:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->message->contains(" allocated at file: ALLOC.c line: 10 size: 10 type: malloc")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:440:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(reporter->message->contains(" deallocated at file: FREE.c line: 100 type: free")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:443:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, safelyDeleteNULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:443:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:445:52: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] detector->deallocMemory(defaultNewAllocator(), NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:446:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", reporter->message->asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:449:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, periodDisabled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:449:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:460:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, periodEnabled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:460:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:471:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, periodChecking) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:471:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:481:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, defaultAllocationStageIsZero) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:481:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:486:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, canFreeNoAllocations) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:486:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:492:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, increaseAllocationStage) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:492:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:498:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, decreaseAllocationStage) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:498:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:505:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, freeAllMemoryInCurrentAllocationStage) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:505:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:514:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, freeOnlyTheMemoryInTheAllocationStage) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:514:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:524:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, allocateWithANullAllocatorCausesNoProblems) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:524:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:530:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, invalidateMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:530:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:535:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mem[0] == 0xCD); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:536:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mem[1] == 0xCD); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:540:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorTest, invalidateMemoryNULLShouldWork) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:540:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:542:30: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] detector->invalidateMemory(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:549:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakDetectorListTest, clearAllAccountingIsWorkingProperly) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:549:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:560:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, listForTesting.getFirstLeak(mem_leak_period_enabled)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:560:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, listForTesting.getFirstLeak(mem_leak_period_enabled)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:561:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(&node3 == listForTesting.getFirstLeak(mem_leak_period_disabled)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:568:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringBuffer, initialStringIsEmpty) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:568:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:571:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", buffer.toString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:574:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringBuffer, simpleTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:574:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:579:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Hello World", buffer.toString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:582:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringBuffer, writePastLimit) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:582:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:588:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(str.asCharString(), buffer.toString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:591:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringBuffer, setWriteLimit) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:591:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:598:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(str.asCharString(), buffer.toString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:601:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringBuffer, setWriteLimitTooHighIsIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:601:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:608:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(str.asCharString(), buffer.toString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:611:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringBuffer, resetWriteLimit) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:611:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:621:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(str.asCharString(), buffer.toString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:624:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringBuffer, addMemoryDumpOneLinePlusOnePartial) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:624:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:628:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(" 0000: 64 65 61 64 62 65 65 66 64 65 61 64 62 65 65 66 |deadbeefdeadbeef|\n" ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:633:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringBuffer, addMemoryDumpNonPrintable) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:633:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:638:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(" 0000: 15 7f ff 00 1f 74 64 64 |.....tdd|\n", ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:642:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringBuffer, addMemoryDumpOneLine) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:642:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:646:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(" 0000: 64 65 61 64 62 65 65 66 64 65 61 64 62 65 65 66 |deadbeefdeadbeef|\n", ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:650:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringBuffer, addMemoryDumpOneHalfLine) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:650:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:654:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(" 0000: 64 65 61 64 62 65 65 66 |deadbeef|\n", ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:658:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringBuffer, addMemoryDumpOneByte) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:658:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:662:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(" 0000: 5a |Z|\n", ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:666:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringBuffer, addMemoryDumpZeroBytes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:666:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:670:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", buffer.toString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:678:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(ReallocBugReported, CanSafelyDoAReallocWithANewAllocator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:678:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:686:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(ReallocBugReported, CanSafelyDoAReallocWithAMallocAllocator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakDetectorTest.cpp:686:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:53:40: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] myRegistry->setCurrentRegistry(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:60:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestInstaller, Create) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestInstallerTest.cpp:60:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ TestGroup: TestOrderedTestMacros TestGroup: TestOrderedTest TestGroup: MockReturnValueTest TestGroup: MockStrictOrderTest TestGroup: MockSupport_c TestGroup: MockSupportTestWithFixture TestGroup: MockSupportTest TestGroup: MockPlugin TestGroup: MockParameterTest TestGroup: MockNamedValue TestGroup: ComparatorsAndCopiersRepository TestGroup: MockHierarchyTest TestGroup: MockFailureTest TestGroup: MockExpectedCallsList TestGroup: MockIgnoredExpectedCall TestGroup: MockExpectedCall TestGroup: MockNamedValueHandlerRepository TestGroup: MockComparatorCopierTest TestGroup: MockCallTest TestGroup: MockCheatSheet TestGroup: MockCheckedActualCall TestGroup: NormalMemoryReportFormatter TestGroup: MemoryReporterPlugin TestGroup: MemoryReportAllocator TestGroup: IEEE754ExceptionsPlugin2 TestGroup: FE__with_Plugin TestGroup: CodeMemoryReportFormatter 38 warnings generated. 257 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:86: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:158: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:143:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:41:21: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] allocator = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:52:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAllocatorTest, SetCurrentNewAllocator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:52:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:56:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(allocator, getCurrentNewAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:59:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAllocatorTest, SetCurrentNewAllocatorToDefault) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:59:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:64:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(defaultNewAllocator(), getCurrentNewAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:69:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAllocatorTest, SetCurrentNewArrayAllocator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:69:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:73:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(allocator, getCurrentNewArrayAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:75:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(defaultNewArrayAllocator(), getCurrentNewArrayAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:78:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAllocatorTest, SetCurrentMallocAllocator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:78:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:82:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(allocator, getCurrentMallocAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:84:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(defaultMallocAllocator(), getCurrentMallocAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:87:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAllocatorTest, MemoryAllocation) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:87:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAllocatorTest, MallocNames) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:95:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Standard Malloc Allocator", defaultMallocAllocator()->name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:96:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("malloc", defaultMallocAllocator()->alloc_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:97:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("free", defaultMallocAllocator()->free_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:100:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAllocatorTest, NewNames) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:100:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:102:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Standard New Allocator", defaultNewAllocator()->name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:103:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("new", defaultNewAllocator()->alloc_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:104:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("delete", defaultNewAllocator()->free_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:107:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAllocatorTest, NewArrayNames) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:107:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:109:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Standard New [] Allocator", defaultNewArrayAllocator()->name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:110:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("new []", defaultNewArrayAllocator()->alloc_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:111:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("delete []", defaultNewArrayAllocator()->free_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:114:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAllocatorTest, NullUnknownAllocation) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:114:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAllocatorTest, NullUnknownNames) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:123:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Null Allocator", allocator->name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:124:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("unknown", allocator->alloc_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:125:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("unknown", allocator->free_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:138:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAllocatorTest, TryingToAllocateTooMuchFailsTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:138:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:163:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakAllocator, allocMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:163:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakAllocator, freeMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:180:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakAllocator, originalAllocator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:180:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:182:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(defaultMallocAllocator(), allocator->actualAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:183:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(defaultMallocAllocator()->alloc_name(), allocator->alloc_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:184:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(defaultMallocAllocator()->free_name(), allocator->free_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:187:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakAllocator, name) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:187:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:189:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("MemoryLeakAllocator", allocator->name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:201:17: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void exec() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:207:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocatorExecFunction() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:206:56: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FailableMemoryAllocatorExecFunction() : allocator_(NULLPTR), testFunction_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:206:80: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FailableMemoryAllocatorExecFunction() : allocator_(NULLPTR), testFunction_(NULLPTR) {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp: :expanded from macro 'UT_NOTHROW'233 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define UT_NOTHROW noexcept ^ TEST(FailableMemoryAllocator, MallocWorksNormallyIfNotAskedToFail) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24In file included from : :note1: : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h :61:37 void testBody() _override; }; \: ^warning : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnoexcept specifications are incompatible with C++98 [-Wc++98-compat]: 306:19: note: expanded from macro '_override' void operator delete(void* mem) UT_NOTHROW;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::233125::124:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'UT_NOTHROW' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: #define UT_NOTHROW noexcept note ^: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:In file included from note:: 1expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64#define _override override: 51 ^: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:236:21: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(memory != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:236:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(memory != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:240:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FailableMemoryAllocator, FailFirstMalloc) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:240:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:243:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, (int*)malloc(sizeof(int))); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:243:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, (int*)malloc(sizeof(int))); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:246:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FailableMemoryAllocator, FailSecondAndFourthMalloc) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:: 246warning:: 1'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: virtual void exitCurrentTest() const _override;note : ^expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define _override override: ^note : expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:255:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != memory1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:255:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != memory1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:256:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, memory2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:256:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, memory2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:257:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != memory3); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:257:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != memory3); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:258:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, memory4); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:258:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, memory4); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp::19274:: 1note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ TEST(FailableMemoryAllocator, CheckAllFailingAllocsWereDone) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp :note1: : expanded from macro 'TEST'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: void testBody() _override; }; \192 : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:274:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:285:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314TEST(FailableMemoryAllocator, FailFirstAllocationAtGivenLine): 17^: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hexpanded from macro 'NULLPTR': 65:24: #define NULLPTR nullptrnote : ^expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:285:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp::3061:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :note39: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :251:#define _override override34 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cppexpanded from macro '_override': 289:20: warning#define _override override: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ POINTERS_EQUAL(NULLPTR, malloc(sizeof(int))); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp :warning289: :'override' keyword is incompatible with C++98 [-Wc++98-compat]5 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, malloc(sizeof(int))); ^ virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^262 :51/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro 'POINTERS_EQUAL': note: expanded from macro '_override' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:292:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FailableMemoryAllocator, FailThirdAllocationAtGivenLine) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:292:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:294:25: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] int *memory[10] = { NULLPTR }; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:301:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (memory[allocation - 1] == NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:315:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FailableMemoryAllocator, CheckAllFailingLocationAllocsWereDone) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:315:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:335:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryAccountantExecFunction() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:342:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:366:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, totalAllocsIsZero) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h366::931::59 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual void postTestAction(UtestShell&, TestResult&) _override; ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' note: expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:372 virtual void preTestAction(UtestShell& test, TestResult& result) _override;: 1 ^: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]306 :19: note: TEST(TestMemoryAccountant, countAllocationsPerSize)expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h#define _override override: 65 ^: 24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp19::1 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hexpanded from macro '_override': 45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h#define _override override: 49 ^: 71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:372:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp : ^381 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, countAllocationsPerSizeMultipleAllocations) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp: :expanded from macro 'TEST'2 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99 void testBody() _override; }; \: 88 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' #define _override override ^ virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:: 381warning:: 1'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67: virtual const char* name() const _override;35 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'TEST': 306:19: note: expanded from macro '_override' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h::392130::188:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, countAllocationsPerSizeMultipleAllocationsOutOfOrder) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65: virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override;24 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'TEST': 306:19: void testBody() _override; }; \ note ^: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note#define _override override: expanded from macro '_override' ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:392:1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp :warning2: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h :141/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::4067:: 35warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'TEST' virtual ~FailableMemoryAllocator() _destructor_override; ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::30306:: 19note:: expanded from macro '_destructor_override'note : expanded from macro '_override' #define _override override ^#define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:#define _override override408 : ^1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, countDeallocationsPerSizeMultipleAllocations) In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp :2/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h65::21524::52 :note : warningexpanded from macro 'TEST': 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual TestMemoryAllocator* actualAllocator() _override;note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp: virtual const char* alloc_name() const _override;408 : ^1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note67: :expanded from macro '_override'35 : note: expanded from macro 'TEST' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cppnote:: 2expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219#define _override override: 43 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:: 419warning:: 1'nullptr' is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, countMaximumAllocationsAtATime) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR): 65 ^: 24: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 314expanded from macro 'TEST': 17: note void testBody() _override; }; \: expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:#define NULLPTR nullptr19 : ^ note: expanded from macro '_override' #define _override override ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:419:1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp :warning3: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h :120:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h86::67 :warning35: :'nullptr' is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR)19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314expanded from macro '_override': 17: #define _override overridenote : ^expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:158: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:3: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:143:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:429:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, reportNoAllocations) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:429:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:431:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("CppUTest Memory Accountant has not noticed any allocations or deallocations. Sorry\n", accountant.report().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:434:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, reportAllocations) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cppexpanded from macro '_override': 4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:#define _override override120 : ^34 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:434:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h4:: 67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::35124:: 45note:: expanded from macro 'TEST'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ virtual void printBuffer(const char* s) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' note: expanded from macro '_override'#define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cppwarning:: 443'override' keyword is incompatible with C++98 [-Wc++98-compat]: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ STRCMP_EQUAL("CppUTest Memory Accountant report:\n" /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h19:: 162note:: 43expanded from macro '_override': note: expanded from macro 'STRCMP_EQUAL' #define _override override ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: In file included from expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp :4#define NULLPTR nullptr: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h ^: 155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:451:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, reportAllocationsWithSizeZero) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' In file included from void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp : ^4 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::181306::3619:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp::4451: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h1::183 :warning38: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 67:35: note: expanded from macro 'TEST' virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 306 ^: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:459:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp: STRCMP_EQUAL("CppUTest Memory Accountant report:\n"4 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :189/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::64162:: 43warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ virtual void printCurrentGroupEnded(const TestResult& res) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro 'NULLPTR': note#define NULLPTR nullptr: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp::19476:: 1note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ TEST(TestMemoryAccountant, withCacheSizesFailsWhenAlreadyAllocatedMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cppexpanded from macro 'TEST': 4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: void testBody() _override; }; \195 : ^30 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' virtual void print(long) _override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cppwarning:: 476'override' keyword is incompatible with C++98 [-Wc++98-compat]: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^67 :35/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro 'TEST': note: expanded from macro '_override' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:485:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, reportWithCacheSizesEmpty) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:485:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:492:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("CppUTest Memory Accountant report (with cache sizes):\n" ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:500:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, reportWithCacheSizes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:500:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:512:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("CppUTest Memory Accountant report (with cache sizes):\n" ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:520:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, reportWithCacheSizesMultipleCaches) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:520:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:17:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(BasicBehavior, CanDeleteNullPointers) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:17:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:532:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("CppUTest Memory Accountant report (with cache sizes):\n" ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:560:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:19TEST(AccountingTestMemoryAllocator, canAllocateAndAccountMemory): 20^: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]65 :24: note: expanded from macro 'TEST' delete (char*) NULLPTR; ^ void testBody() _override; }; \ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h314::30617::19 :note : noteexpanded from macro 'NULLPTR': expanded from macro '_override' #define _override override#define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:20:23: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] delete [] (char*) NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:560:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:31:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(memory[5] != 0xCB); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:34:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(BasicBehavior, deleteArrayInvalidatesMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:569:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cppTEST(AccountingTestMemoryAllocator, canAllocateAndAccountMemoryMultipleAllocations): 34^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning65: :'override' keyword is incompatible with C++98 [-Wc++98-compat]24 : note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hexpanded from macro 'TEST': 67:35: void testBody() _override; }; \ note ^: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:569:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:45:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(*memory != 0xAD); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:48:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(BasicBehavior, deleteInvalidatesMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:48:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:595:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(AccountingTestMemoryAllocator, useOriginalAllocatorWhenDeallocatingMemoryNotAllocatedByAllocator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:595:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:54:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(BasicBehavior, DeleteWithSizeParameterWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:54:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:604:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(AccountingTestMemoryAllocator, allocatorForwardsAllocAndFreeName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:604:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:606:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("malloc", allocator->alloc_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:607:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("free", allocator->free_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:69:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(BasicBehavior, deleteWillNotThrowAnExceptionWhenDeletingUnallocatedMemoryButCanStillCauseTestFailures) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:69:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:618:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:644:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalMemoryAccountant, start) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp#define _override override: 81 ^: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(defaultReporter, MemoryLeakWarningPlugin::getGlobalFailureReporter()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:644:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:648:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(accountant.getMallocAllocator(), getCurrentMallocAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp ^: 93/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::1314:: 17warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'NULLPTR' #define NULLPTR nullptrTEST(BasicBehavior, bothMallocAndFreeAreOverloaded) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:649:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(accountant.getNewAllocator(), getCurrentNewAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__): 93 ^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning314: :'override' keyword is incompatible with C++98 [-Wc++98-compat]17 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 67expanded from macro 'NULLPTR': 35: note#define NULLPTR nullptr: expanded from macro 'TEST' ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:650:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(accountant.getNewArrayAllocator(), getCurrentNewArrayAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:655:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalMemoryAccountant, stop) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp : ^112 :5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'nullptr' is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' CHECK(*memory != 0xAD); ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:655:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp :note115: :expanded from macro '_override'1 : warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ TEST(BasicBehavior, freeInvalidatesMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:115:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:664:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(originalMallocAllocator, getCurrentMallocAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:665:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(originalNewAllocator, getCurrentNewAllocator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp666::1335::1 :warning : warning'nullptr' is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(originalNewArrayAllocator, getCurrentNewArrayAllocator()); TEST(MemoryLeakOverridesToBeUsedInProductionCode, MallocOverrideIsUsed) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::26265::5124:: notenote: : expanded from macro 'POINTERS_EQUAL'expanded from macro 'TEST' void testBody() _override; }; \ ^ POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::314 :note17: :expanded from macro '_override' note: expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:133:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:671:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalMemoryAccountant, report) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:671:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:143:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakOverridesToBeUsedInProductionCode, StrdupOverrideIsUsed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:679:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("1 1 1", accountant.report().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp189::14346::1 :note : warningexpanded from macro 'STRCMP_CONTAINS': 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) note ^: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ #define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:682:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalMemoryAccountant, reportWithCacheSizes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:682:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:151:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:TEST(MemoryLeakOverridesToBeUsedInProductionCode, StrndupOverrideIsUsed) 125^: 24: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 65expanded from macro 'UT_NOTHROW': 24: note: expanded from macro 'TEST' #define UT_NOTHROW noexcept ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: noteIn file included from : expanded from macro '_override': 1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60#define _override override: 70 ^: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp: :noexcept specifications are incompatible with C++98 [-Wc++98-compat]151 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::35125:: 24note:: expanded from macro 'TEST'note : expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306In file included from :19::1 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h: :expanded from macro '_override'62 :39: warning#define _override override: noexcept specifications are incompatible with C++98 [-Wc++98-compat] ^ void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp ^: 692/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::5125:: 24warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ STRCMP_CONTAINS("512 1 1 1", accountant.report().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189In file included from :46::1 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h: :expanded from macro 'STRCMP_CONTAINS'65 :53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h void operator delete[] (void* mem, size_t size) UT_NOTHROW;: 314 ^: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 125note:: 24expanded from macro 'NULLPTR': note: expanded from macro 'UT_NOTHROW'#define NULLPTR nullptr ^ #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:703:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalMemoryAccountant, StopCantBeCalledWithoutStarting) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:162:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakOverridesToBeUsedInProductionCode, UseNativeMallocByTemporarlySwitchingOffMalloc) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp19::703 :note1: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:162:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp virtual void exitCurrentTest() const _override;: 716 ^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' TEST(GlobalMemoryAccountant, startTwiceWillFail) #define _override override^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28 void testBody() _override; }; \: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h306:19:: 73note:: 37expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp: :In file included from 716/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::139:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hwarning:: 79'override' keyword is incompatible with C++98 [-Wc++98-compat] :42/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 67warning:: 35'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro 'TEST' virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:#define _override override19 : ^ note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp::48210:: 1warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hTEST(MemoryLeakOverridesToBeUsedInProductionCode, NoSideEffectsFromTurningOffNewMacros): 322^: 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 65expanded from macro '_destructor_override': 24: note: expanded from macro 'TEST' #define _destructor_override override ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:210:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:732:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalMemoryAccountant, checkWhetherMallocAllocatorIsNotChanged) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:225:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakOverridesToBeUsedInProductionCode, UseNativeNewByTemporarlySwitchingOffNew) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp::24732:: 1note:: expanded from macro 'TEST'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp: :67 ^28: : 35In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :306note39:: : 19expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: : 190note:: 21expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ void testBody() _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp::26225:: 1warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: virtual void setup() _override;67 : ^35 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro 'TEST': 19: note: expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:: 28note: : In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:#define _override override192 ^ :29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp::38746:: 1warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hTEST(GlobalMemoryAccountant, checkWhetherNewAllocatorIsNotChanged): 322^: 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 65expanded from macro '_destructor_override': 24: note: expanded from macro 'TEST'#define _destructor_override override ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp :241:1#define _override override: ^warning : In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: TEST(MemoryLeakOverridesToBeUsedInProductionCode, OperatorNewMacroOverloadViaIncludeFileWorks)'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :: 65 ^: 24:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note314: :expanded from macro 'TEST'17 : note: expanded from macro 'NULLPTR' void testBody() _override; }; \ ^ #define NULLPTR nullptr /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp :28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp: #define _override override:In file included from 746/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h ^:: 139:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hwarning:: 228'override' keyword is incompatible with C++98 [-Wc++98-compat]: 67: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 67'nullptr' is incompatible with C++98 [-Wc++98-compat]: 35: note: expanded from macro 'TEST' ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: ^note : expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19#define NULLPTR nullptr: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp ^:note : 241expanded from macro '_override': 1: warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h ^: 229:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h116::306 :warning19: :'nullptr' is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:244:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: STRCMP_NOCASE_CONTAINS("AllocationInCppFile.cpp", memLeakDetector->report(mem_leak_period_checking)); warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:198:53: note: virtual SimpleString getMacroName() const _override;expanded from macro 'STRCMP_NOCASE_CONTAINS' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' STRCMP_NOCASE_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:760:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalMemoryAccountant, checkWhetherNewArrayAllocatorIsNotChanged) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:248:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp1::760 :warning1: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: TEST(MemoryLeakOverridesToBeUsedInProductionCode, OperatorNewArrayMacroOverloadViaIncludeFileWorks)expanded from macro 'TEST' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h void testBody() _override; }; \: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:248:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:251:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_CONTAINS("AllocationInCppFile.cpp", memLeakDetector->report(mem_leak_period_checking)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:198:53: note: expanded from macro 'STRCMP_NOCASE_CONTAINS' STRCMP_NOCASE_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:255:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakOverridesToBeUsedInProductionCode, MallocOverrideWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:255:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:258:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_CONTAINS("AllocationInCFile.c", memLeakDetector->report(mem_leak_period_checking)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:198:53: note: expanded from macro 'STRCMP_NOCASE_CONTAINS' STRCMP_NOCASE_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp263::281: : warning: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]TEST(MemoryLeakOverridesToBeUsedInProductionCode, StrdupOverrideWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65 virtual void postTestAction(UtestShell&, TestResult&) _override;: 24 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'TEST'306 :19: note: expanded from macro '_override' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp::26328:: 1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :warning44: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h :111:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h76::67 :warning35: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'TEST' virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:266:5: virtual void preTestAction(UtestShell& test, TestResult& result) _override; warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override STRCMP_NOCASE_CONTAINS("AllocationInCFile.c", memLeakDetector->report(mem_leak_period_checking)); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:198:53: note: expanded from macro 'STRCMP_NOCASE_CONTAINS' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: STRCMP_NOCASE_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h : ^49 :71/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314warning:: 17'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:270:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakOverridesToBeUsedInProductionCode, StrndupOverrideWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:270:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:273:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_CONTAINS("AllocationInCFile.c", memLeakDetector->report(mem_leak_period_checking)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:198:53: note: expanded from macro 'STRCMP_NOCASE_CONTAINS' STRCMP_NOCASE_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:278:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:TEST(MemoryLeakOverridesToBeUsedInProductionCode, MallocWithButFreeWithoutLeakDetectionDoesntCrash)34 :^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65:24: note: expanded from macro 'TEST' virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: void testBody() _override; }; \322 : ^30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_destructor_override': 19: note: expanded from macro '_override' #define _destructor_override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp::125278::261:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67: virtual void flush() _override;35 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'TEST': 306:19: note: expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp::28630:: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 187warning:: 63'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakOverridesToBeUsedInProductionCode, OperatorNewOverloadingWithoutMacroWorks) virtual void printCurrentTestEnded(const TestResult& res) _override;^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::65306::2419:: notenote: : expanded from macro 'TEST'expanded from macro '_override' #define _override override void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp : ^30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp189::28664::1 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: virtual void printCurrentGroupEnded(const TestResult& res) _override;expanded from macro 'TEST' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp : ^30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:289:5:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cppwarning:: 30'nullptr' is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("unknown", memLeakDetector->report(mem_leak_period_checking)); ^ virtual void printDouble(double) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 189:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h46::306 :note19: :expanded from macro 'STRCMP_CONTAINS' note: expanded from macro '_override' #define _override override ^ STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cppexpanded from macro 'NULLPTR': 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198#define NULLPTR nullptr: 59 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:293:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakOverridesToBeUsedInProductionCode, OperatorNewArrayOverloadingWithoutMacroWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:293:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:55: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp : ^296 :5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:86: warning: STRCMP_CONTAINS("unknown", memLeakDetector->report(mem_leak_period_checking));'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h314::31417::17 :note : noteexpanded from macro 'NULLPTR': expanded from macro 'NULLPTR' #define NULLPTR nullptr #define NULLPTR nullptr ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:120:158: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] size_(0), number_(0), memory_(NULLPTR), file_(NULLPTR), line_(0), allocator_(NULLPTR), period_(mem_leak_period_enabled), allocation_stage_(0), next_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetector.h:143:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] head_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:334:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(OutOfMemoryTestsForOperatorNew, FailingNewOperatorThrowsAnExceptionWhenUsingStdCppNew) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:334:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:339:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:TEST(OutOfMemoryTestsForOperatorNew, FailingNewArrayOperatorThrowsAnExceptionWhenUsingStdCppNew)76 :^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65:24: note: expanded from macro 'TEST' virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ void testBody() _override; }; \ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::19306:: 19note:: expanded from macro '_override'note : expanded from macro '_override' #define _override override ^#define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:339:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp306::3319: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h :note141: :expanded from macro '_override'40 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:348:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestForExceptionsInConstructor,ConstructorThrowsAnException) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:348:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:353:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestForExceptionsInConstructor,ConstructorThrowsAnExceptionAllocatedAsArray) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:353:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:411:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(OutOfMemoryTestsForOperatorNew, FailingNewOperatorThrowsAnExceptionWhenUsingStdCppNewWithoutOverride) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:411:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: In file included from expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp :37: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.h:#define _override override32 : ^40 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~DummyMemoryLeakDetector() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:37: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.h:44:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~DummyMemoryLeakFailure() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:37: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/DummyMemoryLeakDetector.h:46:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void fail(char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:44:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningLocalDetectorTest, localDetectorReturnsNewGlobalWhenNoneWasSet) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:44:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:#define _override override416 : ^1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(OutOfMemoryTestsForOperatorNew, FailingNewArrayOperatorThrowsAnExceptionWhenUsingStdCppNewWithoutOverride) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:416:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:46:84: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin memoryLeakWarningPlugin("TestMemoryLeakWarningPlugin", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:47:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != memoryLeakWarningPlugin.getMemoryLeakDetector()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:47:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR != memoryLeakWarningPlugin.getMemoryLeakDetector()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:421:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(OutOfMemoryTestsForOperatorNew, FailingNewOperatorReturnsNullWithoutOverride) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:421:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:50:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningLocalDetectorTest, localDetectorIsTheOneSpecifiedInConstructor) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:50:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:423:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, new (std::nothrow) char); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:423:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, new (std::nothrow) char); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:54:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(&localDetector, memoryLeakWarningPlugin.getMemoryLeakDetector()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:426:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(OutOfMemoryTestsForOperatorNew, FailingNewArrayOperatorReturnsNullWithoutOverride) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:426:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:57:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningLocalDetectorTest, localDetectorIsGlobalDetector) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:57:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:428:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, new (std::nothrow) char[10]); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryOperatorOverloadTest.cpp:428:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, new (std::nothrow) char[10]); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:60:84: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin memoryLeakWarningPlugin("TestMemoryLeakWarningPlugin", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:62:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(globalDetector, localDetector); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:86:17: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] leak1 = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:87:17: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] leak2 = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:110:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningTest, TwoLeaks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:110:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:137:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningTest, LeakWarningWithPluginDisabled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:137:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:149:13: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] leak1 = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:161:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningTest, Ignore2) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:161:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:174:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningTest, FailingTestDoesNotReportMemoryLeaks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:174:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:231:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, turnOffNewOverloadsCausesNoAdditionalLeaks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:231:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:238:81: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] char* reallocMemory = (char*) cpputest_realloc_location_with_leak_detection(NULLPTR, 10, "file", 10); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:248:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, destroyGlobalDetector) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:248:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:254:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(DummyMemoryLeakDetector::wasDeleted()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:255:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(DummyMemoryLeakFailure::wasDeleted()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:258:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, MemoryWarningPluginCanBeSetToDestroyTheGlobalDetector) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:258:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:266:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(DummyMemoryLeakDetector::wasDeleted()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:271:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, crashOnLeakWithOperatorNew) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:271:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:279:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(cpputestHasCrashed); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:284:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, crashOnLeakWithOperatorNewArray) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:284:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:292:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(cpputestHasCrashed); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:298:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, crashOnLeakWithOperatorMalloc) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:298:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:306:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(cpputestHasCrashed); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:312:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, gettingTheGlobalDetectorDoesNotRestoreTheMemoryLeakOverloadsWhenTheyWereAlreadyOff) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:312:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:314:48: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin::setGlobalDetector(NULLPTR, NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:314:57: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin::setGlobalDetector(NULLPTR, NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:323:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!areNewDeleteOverloaded); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:327:48: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin::setGlobalDetector(NULLPTR, NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:327:57: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin::setGlobalDetector(NULLPTR, NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:330:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, checkIfTheMemoryLeakOverloadsAreOn) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:330:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:333:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(MemoryLeakWarningPlugin::areNewDeleteOverloaded()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:338:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, checkIfTheMemoryLeakOverloadsAreOff) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:338:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:344:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!areNewDeleteOverloaded); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:347:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, checkIfTheMemoryLeakOverloadsAreOnWithRestore) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:347:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:350:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(MemoryLeakWarningPlugin::areNewDeleteOverloaded()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:354:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, checkIfTheMemoryLeakOverloadsAreOffWithSaveDisable) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:354:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:357:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!MemoryLeakWarningPlugin::areNewDeleteOverloaded()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:361:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, threadSafeMemoryLeakDetectorOverloadsAreAlsoOverloaded) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:361:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:365:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(MemoryLeakWarningPlugin::areNewDeleteOverloaded()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:374:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningGlobalDetectorTest, turnOffNewOverloadsNoThrowCausesNoAdditionalLeaks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:374:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:424:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningThreadSafe, turnOnThreadSafeMallocFreeReallocOverloadsDebug) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:424:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:433:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(1, mutexLockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:433:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:434:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(1, mutexUnlockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:434:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:439:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, mutexLockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:439:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:440:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, mutexUnlockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:440:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:445:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(3, mutexLockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:445:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:446:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(3, mutexUnlockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:446:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:451:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakWarningThreadSafe, turnOnThreadSafeNewDeleteOverloadsDebug) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:451:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:461:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, mutexLockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:461:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:462:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, mutexUnlockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:462:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:468:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(4, mutexLockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:468:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:469:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(4, mutexUnlockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:469:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:476:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(MemoryLeakWarningThreadSafe, turnOnThreadSafeNewDeleteOverloads) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/MemoryLeakWarningTest.cpp:476:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 159 warnings generated. 242 warnings generated. 179 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:70:31: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockTestResult() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:84:33: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void testsStarted() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:88:31: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void testsEnded() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:92:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void currentTestStarted(UtestShell* /*test*/) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:96:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void currentTestEnded(UtestShell* /*test*/) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:100:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void currentGroupStarted(UtestShell* /*test*/) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:104:58: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void currentGroupEnded(UtestShell* /*test*/) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:136:40: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] myRegistry->setCurrentRegistry(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:155:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, registryMyRegistryAndReset) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:155:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:157:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->getCurrentRegistry() == myRegistry); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:160:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, emptyRegistryIsEmpty) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:160:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:162:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->countTests() == 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:165:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, addOneTestIsNotEmpty) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:165:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:168:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->countTests() == 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:171:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, addOneTwoTests) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:171:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:175:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->countTests() == 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:178:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, runTwoTests) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:178:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:182:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!test1->hasRun_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:183:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!test2->hasRun_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:185:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(test1->hasRun_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:186:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(test2->hasRun_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:189:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, runTwoTestsCheckResultFunctionsCalled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:189:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:202:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, runThreeTestsandTwoGroupsCheckResultFunctionsCalled) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:202:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:211:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, unDoTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:211:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:214:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->countTests() == 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:216:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->countTests() == 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:219:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, unDoButNoTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:219:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:221:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->countTests() == 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:223:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->countTests() == 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:226:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, reallyUndoLastTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:226:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:230:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->countTests() == 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:232:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->countTests() == 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:234:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(test1->hasRun_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:235:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!test2->hasRun_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:238:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, findTestWithNameDoesntExist) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:238:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:240:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->findTestWithName("ThisTestDoesntExists") == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:240:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->findTestWithName("ThisTestDoesntExists") == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:243:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, findTestWithName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:243:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:249:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->findTestWithName("NameOfATestThatDoesExist") != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:249:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->findTestWithName("NameOfATestThatDoesExist") != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:252:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, findTestWithGroupDoesntExist) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:252:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:254:73: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->findTestWithGroup("ThisTestGroupDoesntExists") == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:254:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->findTestWithGroup("ThisTestGroupDoesntExists") == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:257:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, findTestWithGroup) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:257:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:263:73: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->findTestWithGroup("GroupOfATestThatDoesExist") != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:263:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(myRegistry->findTestWithGroup("GroupOfATestThatDoesExist") != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:266:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, nameFilterWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:266:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:273:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(test1->hasRun_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:274:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!test2->hasRun_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:277:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, groupFilterWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:277:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:284:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(test1->hasRun_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:285:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!test2->hasRun_); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:288:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, runTestInSeperateProcess) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:288:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:293:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(test1->isRunInSeperateProcess()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:296:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, CurrentRepetitionIsCorrectNone) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:296:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:298:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == myRegistry->getCurrentRepetition()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:303:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, CurrentRepetitionIsCorrectTwo) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:303:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:305:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == myRegistry->getCurrentRepetition()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:315:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MyTestPluginDummy() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:316:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell&, TestResult&) _override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:317:65: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell&, TestResult&) _override {} ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:320:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, ResetPluginsWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:320:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:331 #define UT_NOTHROW noexcept: 1 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, listTestGroupNames_shouldListBackwardsGroup1AfterGroup11AndGroup2OnlyOnce) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::165: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h24:: note: 60expanded from macro 'TEST': 70: warning void testBody() _override; }; \: noexcept specifications are incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:331:1 void operator delete(void* mem) UT_NOTHROW;: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h67::12535::24 :note : noteexpanded from macro 'TEST': expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:344:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("GROUP_2 GROUP_11 GROUP_1", s.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:347:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, listTestGroupAndCaseNames_shouldListBackwardsGroupATestaAfterGroupAtestaa) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:347:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:361:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("GROUP_A.test_aa GROUP_B.test_b GROUP_A.test_a", s.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp::322364::301:: notewarning: : expanded from macro '_destructor_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^TEST(TestRegistry, shuffleEmptyListIsNoOp) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cppnote:: 28expanded from macro '_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h#define _override override: 79 ^: 42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp: :In file included from 364/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::139:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hwarning:: 80'override' keyword is incompatible with C++98 [-Wc++98-compat]: 48:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning67: :'override' keyword is incompatible with C++98 [-Wc++98-compat]35 : note: expanded from macro 'TEST' virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h322::30630::19 :note : noteexpanded from macro '_destructor_override': expanded from macro '_override' #define _override override ^#define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:366:46: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(myRegistry->getFirstTest() == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:366:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(myRegistry->getFirstTest() == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:368:46: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(myRegistry->getFirstTest() == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:368:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(myRegistry->getFirstTest() == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:371:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, shuffleSingleTestIsNoOp) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp :371:1:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h ^: 191/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::26306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override virtual void setup() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp::28375: :In file included from 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 39warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: CHECK_TRUE(myRegistry->getFirstTest() == test1); warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__)19 : ^ note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'314 :17: note: expanded from macro 'NULLPTR'#define _override override ^#define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp :383:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(TestRegistry, shuffleTestList) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp ^: 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::1939:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hnote:: 228expanded from macro '_override': 42: #define _override overridewarning : ^'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h383::2281::67 :warning warning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \: 314 ^: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro 'NULLPTR': note: expanded from macro '_override'#define NULLPTR nullptr ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp: :In file included from 394/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::539:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hwarning:: 254'nullptr' is incompatible with C++98 [-Wc++98-compat]:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(first_before == test1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108 virtual bool willRun() const _override;: 69 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'CHECK_TRUE'306 :19: note: expanded from macro '_override' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 314 ^: 17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::395306::519:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' CHECK_TRUE(second_before == test2); #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__): 28 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::31439:: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 257note:: 47expanded from macro 'NULLPTR': warning#define NULLPTR nullptr: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:396:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp: CHECK_TRUE(third_before == test3);28 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h108::258:6969:: notewarning: : expanded from macro 'CHECK_TRUE''override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306314::1917:: notenote: : expanded from macro '_override'expanded from macro 'NULLPTR' #define _override override #define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:397:44: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(third_before->getNext() == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:397:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(third_before->getNext() == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:406:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(first_after == test2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:407:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(second_after == test3); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:408:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(third_after == test1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp: :In file included from 409/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::4242:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.hwarning:: 45'nullptr' is incompatible with C++98 [-Wc++98-compat]: 5: warning: CHECK_TRUE(third_after->getNext() == NULLPTR);defaulted function definitions are incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314: DEFAULT_COPY_CONSTRUCTOR(TestResult)17 : ^ note: expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :150:#define NULLPTR nullptr80 : ^ note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:409:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; CHECK_TRUE(third_after->getNext() == NULLPTR); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:412:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, reverseTests) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:412:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:419:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(test1 == myRegistry->getFirstTest()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp :422:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, reverseZeroTests) ^ void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h24::125 :note24: :expanded from macro 'TEST' note: expanded from macro 'UT_NOTHROW' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 #define UT_NOTHROW noexcept: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:422:1125:: 24warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'UT_NOTHROW'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :67:35: note: #define UT_NOTHROW noexceptexpanded from macro 'TEST' ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :306::119: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h :note61: :expanded from macro '_override'37 : warning#define _override override: noexcept specifications are incompatible with C++98 [-Wc++98-compat] ^ void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 125/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp::2428:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :expanded from macro 'UT_NOTHROW'44 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59 #define UT_NOTHROW noexcept: ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:426 virtual void postTestAction(UtestShell&, TestResult&) _override;: 11 ^: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]306 :19: note: expanded from macro '_override' CHECK(NULLPTR == myRegistry->getFirstTest()); ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:426:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == myRegistry->getFirstTest()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:In file included from 9/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp: :In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h39:: 125/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: :warning26: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; virtual void flush() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp::299: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h148::3939: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :warning79: :'override' keyword is incompatible with C++98 [-Wc++98-compat]42 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ virtual void exitCurrentTest() const _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^322 :30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_destructor_override': note: expanded from macro '_override' #define _destructor_override override ^ #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp::929: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::15039:: 37/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] :80:48: warning: void printBuffer(const char* s) _override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 322 ^: 30: note: expanded from macro '_destructor_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h#define _destructor_override override: 155 ^: 18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp::929: : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::19139:: 48/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 190warning:: 21'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ void testBody() _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19::306 :note19: :expanded from macro '_override' note: expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp::1929:: 26In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :warning39: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :191:26: warning virtual void color() _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 virtual void setup() _override;: ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define _override override note ^: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp::1939:: 43In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :warning39: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual void teardown() _override;: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19: note#define _override override: expanded from macro '_override' ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp306::919: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hnote:: 39expanded from macro '_override' : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h#define _override override: 214 ^: 46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: virtual ~ExecFunctionWithoutParameters() _destructor_override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h : ^196 :32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 322warning:: 30'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_destructor_override' virtual void print(size_t) _override; ^ #define _destructor_override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp : ^9 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp :warning29: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :197:38: warning virtual void exec() _override;: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: virtual void printDouble(double) _override; note ^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override306 : ^19 : note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp::199:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :expanded from macro '_override'39 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h#define _override override: 233 ^: 25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: Utest* createTest() _override { return new ExecFunctionTest(this); }199 : ^52 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' virtual void setProgressIndicator(const char*) _override;#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override overrideIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp ^: 9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp38::29 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]201 :26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ virtual void flush() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^322 :30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_destructor_override': note: expanded from macro '_override' #define _destructor_override override#define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:87:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintConstCharStar) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:87:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp::3069:: 19In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:: 45note:: 5expanded from macro '_override': warning: #define _override overridedefaulted function definitions are incompatible with C++98 [-Wc++98-compat] ^ DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:91:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("hellohello\n", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:94:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintLong) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:94:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp ^: 98:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h5::306 :warning19: :'nullptr' is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override STRCMP_EQUAL("1234", mock->getOutput().asCharString()); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:101:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintSize) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp#define _destructor_override override: 101 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \48 : ^70 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' #define _override override virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:9: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:105:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("10", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp:30:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(AllocLetTestFree, Create) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:109:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintDouble) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllocLetTestFreeTest.cpp :30:1: warning void testBody() _override; }; \: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::30667::1935:: notenote: : expanded from macro '_override'expanded from macro 'TEST' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:109:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:112:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("12.34", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:115:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, StreamOperators) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:115:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:118:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("n=1234", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:121:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintTestEnded) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:121:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:124:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(".", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:127:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintTestALot) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:127:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:132:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("..................................................\n..........", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:135:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintTestALotAndSimulateRepeatRun) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:135:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:148:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("..................................................\n.........." \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:153:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, SetProgressIndicator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:153:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:162:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(".!.", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:165:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintTestVerboseStarted) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:165:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:169:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("TEST(group, test)", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintTestVerboseEnded) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:178:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("TEST(group, test) - 5 ms\n", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:181:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, printColorWithSuccess) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:181:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:186:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n\033[32;1mOK (1 tests, 1 ran, 0 checks, 0 ignored, 0 filtered out, 10 ms)\033[m\n\n", ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:190:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, printColorWithFailures) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:190:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:197:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\n\033[31;1mErrors (1 failures, 1 tests, 1 ran, 0 checks, 0 ignored, 0 filtered out, 10 ms)" ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:201:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintTestRun) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:201:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:204:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Test run 2 of 3\n", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:207:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintTestRunOnlyOne) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:207:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:210:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:213:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintWithFailureInSameFile) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:213:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:216:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\nfile:20: error: Failure in TEST(group, test)\n\tmessage\n\n", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:219:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintFailureWithFailInDifferentFile) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:219:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:225:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:228:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintFailureWithFailInHelper) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:228:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:234:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:237:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintInVisualStudioFormat) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:237:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:244:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:247:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, PrintTestStarts) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:247:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:250:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:253:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, printTestsEnded) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:253:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 37 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:263:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\nOK (1 tests, 3 ran, 1 checks, 2 ignored, 0 filtered out, 10 ms)\n\n", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:266:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, printTestsEndedWithFailures) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:266:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:271:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\nErrors (1 failures, 0 tests, 0 ran, 0 checks, 0 ignored, 0 filtered out, 10 ms)\n\n", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:274:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestOutput, printTestsEndedWithNoTestsRunOrIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:274:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:279:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\nErrors (ran nothing, 1 tests, 0 ran, 0 checks, 0 ignored, 0 filtered out, 10 ms)\n" ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:359:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, TestStartedAndEnded) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:359:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:363:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Test Start\nTest End 0\n", output1->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:364:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Test Start\nTest End 0\n", output2->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:367:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, CurrentTestStartedAndEnded) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:367:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:371:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("s.", output1->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:372:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("s.", output2->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:375:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, CurrentGroupStartedAndEnded) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:375:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:379:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Group Group Start\nGroup End 0\n", output1->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:380:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Group Group Start\nGroup End 0\n", output2->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:383:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, PrintBuffer) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:383:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:386:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Boo", output1->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:387:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Boo", output2->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:390:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, printChar) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:390:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:393:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Boo", output1->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:394:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Boo", output2->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:397:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, printLong) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:397:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:401:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("10", output1->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:402:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("10", output2->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:405:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, PrintSize) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:405:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:409:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("10", output1->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:410:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("10", output2->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:413:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, printDouble) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:413:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:416:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("1.01", output1->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:417:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("1.01", output2->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:420:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, verbose) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:420:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:423:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output1->isVerbose()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:424:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output2->isVerbose()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:427:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, color) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:427:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:430:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output1->isColor()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:431:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(output2->isColor()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:434:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, PrintTestFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:434:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:440:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\nfile:10: error: Failure in TEST(Group, Name)\n\tfailed\n\n", output1->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:441:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("\nfile:10: error: Failure in TEST(Group, Name)\n\tfailed\n\n", output2->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:445:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, PrintTestRun) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:445:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:448:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Test run 1 of 2\n", output1->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:449:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Test run 1 of 2\n", output2->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:452:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, setProgressIndicator) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:452:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:455:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("?", output1->getProgressIndicator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:456:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("?", output2->getProgressIndicator()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:459:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, flush) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:459:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:462:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("flush", output1->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:463:3: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("flush", output2->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:466:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CompositeTestOutput, deletePreviousInstanceWhenSettingNew) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:466:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 174 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 185 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:113:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(PluginTest, PluginHasName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:113:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:115:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(GENERIC_PLUGIN, firstPlugin->getName().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:118:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(PluginTest, InstallPlugin) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:118:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:120:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(firstPlugin, registry->getFirstPlugin()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:120:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:121:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(firstPlugin, registry->getPluginByName(GENERIC_PLUGIN)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:121:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:125:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(PluginTest, InstallMultiplePlugins) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:125:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:128:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(firstPlugin, registry->getPluginByName(GENERIC_PLUGIN)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:128:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:129:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(thirdPlugin, registry->getPluginByName(GENERIC_PLUGIN3)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:129:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:130:20: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, registry->getPluginByName("I do not exist")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:130:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, registry->getPluginByName("I do not exist")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:133:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(PluginTest, ActionsAllRun) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:133:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:137:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, firstPlugin->preAction); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:137:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:138:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, firstPlugin->postAction); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:138:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:141:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(PluginTest, Sequence) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:141:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:145:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(1, thirdPlugin->preActionSequence); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:145:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:146:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, firstPlugin->preActionSequence); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:146:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:147:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(3, firstPlugin->postActionSequence); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:147:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:148:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(4, thirdPlugin->postActionSequence); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:148:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:152:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(PluginTest, RemovePluginByName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:152:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:166:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(PluginTest, DefaultPostTestActionDoesntDoAnything) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:166:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:173:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(PluginTest, DisablesPluginsDontRun) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:173:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:178:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!thirdPlugin->isEnabled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:181:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, firstPlugin->preAction); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:181:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:182:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(1, thirdPlugin->preAction); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:182:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:183:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(thirdPlugin->isEnabled()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:186:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(PluginTest, ParseArgumentsForUnknownArgumentsFails) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:186:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:190:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(registry->getFirstPlugin()->parseAllArguments(2, const_cast(cmd_line), 0) == false); /* cover non-const wrapper, too */ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:193:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(PluginTest, ParseArgumentsContinuesAndSucceedsWhenAPluginCanParse) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:193:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PluginTest.cpp:197:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(registry->getFirstPlugin()->parseAllArguments(2, const_cast(cmd_line), 0)); /* cover non-const wrapper, too */ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:62:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestResult, TestEndedWillPrintResultsAndExecutionTime) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:62:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:65:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock->getOutput().contains("10 ms")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:68:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestResult, ResultIsOkIfTestIsRunWithNoFailures) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:68:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:72:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(res->isFailure()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:75:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestResult, ResultIsOkIfTestIsIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:75:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:79:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(res->isFailure()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestResult, ResultIsNotOkIfFailures) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:82:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:87:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(res->isFailure()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:90:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestResult, ResultIsNotOkIfNoTestsAtAll) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:90:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:92:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(res->isFailure()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:95:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestResult, ResultIsNotOkIfNoTestsRunOrIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:95:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestResultTest.cpp:98:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(res->isFailure()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 109 warnings generated. 76 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/PreprocessorTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ 35 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:57:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FAILMakesTheTestFailPrintsTheRightResultAndStopsExecuting) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:57:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp : ^63 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FAILWillPrintTheFileThatItFailed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:63:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:69:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FAILBehavesAsAProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:69:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:72:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else CHECK(true); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:74:15: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (true) CHECK(true); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:78:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, FAILworksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:78:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:85:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UNSIGNED_LONGS_EQUAL(1, 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:214:55: note: expanded from macro 'UNSIGNED_LONGS_EQUAL' UNSIGNED_LONGS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:86:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UNSIGNED_LONGS_EQUAL(1, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:214:55: note: expanded from macro 'UNSIGNED_LONGS_EQUAL' UNSIGNED_LONGS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:89:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, TestUNSIGNED_LONGS_EQUAL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:89:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:96:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, UNSIGNED_LONGS_EQUALBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:96:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:98:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) UNSIGNED_LONGS_EQUAL(1, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:214:55: note: expanded from macro 'UNSIGNED_LONGS_EQUAL' UNSIGNED_LONGS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:99:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else UNSIGNED_LONGS_EQUAL(1, 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:214:55: note: expanded from macro 'UNSIGNED_LONGS_EQUAL' UNSIGNED_LONGS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:102:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, UNSIGNED_LONGS_EQUALWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:102:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:104:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UNSIGNED_LONGS_EQUAL(1, 0); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:214:55: note: expanded from macro 'UNSIGNED_LONGS_EQUAL' UNSIGNED_LONGS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:112:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, TestUNSIGNED_LONGS_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:112:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, UNSIGNED_LONGS_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:126:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, UNSIGNED_LONGS_EQUAL_TEXTWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:126:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:135:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(1, 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:135:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:135:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:136:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(1, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:136:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:136:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:139:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, TestLONGLONGS_EQUAL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:139:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 8 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:146:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, LONGLONGS_EQUALBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:146:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:148:16: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] if (false) LONGLONGS_EQUAL(1, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:148:16: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:148:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:149:10: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] else LONGLONGS_EQUAL(1, 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:149:10: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:149:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:152:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, LONGLONGS_EQUALWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:152:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:154:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(1, 0); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:154:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:154:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:226:46: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:159:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL_TEXT(1, 0, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:229:3: note: expanded from macro 'LONGLONGS_EQUAL_TEXT' LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:159:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:229:3: note: expanded from macro 'LONGLONGS_EQUAL_TEXT' LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:162:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, TestLONGLONGS_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:162:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:170:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, LONGLONGS_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:170:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:172:16: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] if (false) LONGLONGS_EQUAL_TEXT(1, 0, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:229:3: note: expanded from macro 'LONGLONGS_EQUAL_TEXT' LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:172:16: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:229:3: note: expanded from macro 'LONGLONGS_EQUAL_TEXT' LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:173:10: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] else LONGLONGS_EQUAL_TEXT(1, 1, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:229:3: note: expanded from macro 'LONGLONGS_EQUAL_TEXT' LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:173:10: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:229:3: note: expanded from macro 'LONGLONGS_EQUAL_TEXT' LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:176:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, LONGLONGS_EQUAL_TEXTWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:176:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:178:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL_TEXT(1, 0, "Failed because it failed"); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:229:3: note: expanded from macro 'LONGLONGS_EQUAL_TEXT' LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:178:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:229:3: note: expanded from macro 'LONGLONGS_EQUAL_TEXT' LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:238:83: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:183:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(1, 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:183:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:183:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:184:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(1, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:184:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:184:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:187:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, TestUNSIGNED_LONGLONGS_EQUAL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:187:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:194:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, UNSIGNED_LONGLONGS_EQUALBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:194:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:196:16: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] if (false) UNSIGNED_LONGLONGS_EQUAL(1, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:196:16: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:196:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:197:10: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] else UNSIGNED_LONGLONGS_EQUAL(1, 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:197:10: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:197:10:In file included from warning:: 1'nullptr' is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::68232:: 55warning:: noexcept specifications are incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :125/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::24314:: 17note:: expanded from macro 'UT_NOTHROW'note : expanded from macro 'NULLPTR' #define UT_NOTHROW noexcept #define NULLPTR nullptr ^ ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::200125::124:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ IGNORE_TEST(UnitTestMacros, UNSIGNED_LONGLONGS_EQUALWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27:In file included from note:: 1expanded from macro 'IGNORE_TEST': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning public: void testBody() _override; }; \: noexcept specifications are incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: void operator delete[] (void* mem, size_t size) UT_NOTHROW;expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:#define _override override125 : ^24 : note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:200:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:202:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL(1, 0); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:202:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:202:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:232:55: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:207:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL_TEXT(1, 0, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:235:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_TEXT' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:207:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:235:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_TEXT' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:210:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from TEST(UnitTestMacros, TestUNSIGNED_LONGLONGS_EQUAL_TEXT)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp :^28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::3965: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h24::73 :note37: :expanded from macro 'TEST' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual ~NormalTestTerminator() _destructor_override;306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 322expanded from macro '_override': 30: note: #define _override overrideexpanded from macro '_destructor_override' ^ #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::79210::421:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: virtual void exitCurrentTest() const _override; note ^: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp :note28: : expanded from macro '_override'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h#define _override override: 80 ^: 48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:218:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, UNSIGNED_LONGLONGS_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:218:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h ^: 39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::306190::1921:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::220216::1625:: warningwarning: : 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: if (false) UNSIGNED_LONGLONGS_EQUAL_TEXT(1, 0, "Failed because it failed");306 : ^19 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro '_override'235 :3: note#define _override override: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_TEXT' ^ UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:220:16: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp::23528:: 3In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :note39: : expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_TEXT'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109 Utest* createTest() _override { return new ExecFunctionTest(this); }: ^note : expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^ do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::30221:: 10note:: expanded from macro '_destructor_override'warning : 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] #define _destructor_override override ^ else UNSIGNED_LONGLONGS_EQUAL_TEXT(1, 1, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:235:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_TEXT' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28 UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__): In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h241::22879::42 :note : warningexpanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION': 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314 do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0): 17 ^: note: expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:221#define NULLPTR nullptr: 10 ^: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::28235: :In file included from 3/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 39note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hexpanded from macro 'UNSIGNED_LONGLONGS_EQUAL_TEXT': 228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241: ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :109 : ^ note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp39:: 224/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::1251:34:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^IGNORE_TEST(UnitTestMacros, UNSIGNED_LONGLONGS_EQUAL_TEXTWorksInAnIgnoredTest) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :322:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h30::79 :note27: :expanded from macro '_destructor_override' note: expanded from macro 'IGNORE_TEST' #define _destructor_override override ^ public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp28:: 224In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h1::39 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]255 :34:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning81: :'override' keyword is incompatible with C++98 [-Wc++98-compat]35 : note: expanded from macro 'IGNORE_TEST' virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _override override: 306 ^: 19: note: expanded from macro '_override' In file included from #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp : ^28 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:226:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] UNSIGNED_LONGLONGS_EQUAL_TEXT(1, 0, "Failed because it failed"); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:235:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_TEXT' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:226:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:235:3: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_TEXT' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:241:109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:257:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(false); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:261:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithCHECK) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:261:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:267:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, CHECKBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:267:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp93::26959::16 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) CHECK(false); ^ virtual void postTestAction(UtestShell&, TestResult&) _override; /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 102:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h55::306 :note19: :expanded from macro 'CHECK' note: expanded from macro '_override' #define _override override ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:270:10: warning: In file included from 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h else CHECK(true);: 44 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::76102:55: :note : warningexpanded from macro 'CHECK': 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::314306::1719:: notenote: : expanded from macro 'NULLPTR'expanded from macro '_override' #define NULLPTR nullptr #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp273::281: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hwarning:: 45'override' keyword is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, CHECKWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27 virtual ~MemoryLeakWarningPlugin() _destructor_override;: ^note : expanded from macro 'IGNORE_TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :322:30: note public: void testBody() _override; }; \: expanded from macro '_destructor_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define _destructor_override override: ^note : expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp28:: 273In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h1::45 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]49 :71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:275:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(false); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp :note284: :expanded from macro '_override'1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ TEST(UnitTestMacros, FailureWithCHECK_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]284 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h virtual ~StringBufferTestOutput() _destructor_override;: 67 ^: 35:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note322: :expanded from macro 'TEST'30 : note: expanded from macro '_destructor_override' #define _destructor_override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:#define _override override29 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::19291:: 1note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ TEST(UnitTestMacros, CHECK_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:In file included from 24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:: 29note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hexpanded from macro 'TEST': 187:63: warning: void testBody() _override; }; \'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note virtual void printCurrentTestEnded(const TestResult& res) _override;: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306#define _override override: 19 ^: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp :291:1:#define _override override warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \64 : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' #define _override override ^ virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp: :expanded from macro '_override'297 :1: warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ IGNORE_TEST(UnitTestMacros, CHECK_TEXTWorksInAnIgnoredTest) In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp :29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::79201::2726:: notewarning: : expanded from macro 'IGNORE_TEST''override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; public: void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:297:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:304:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(false); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:41:24: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("ok", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cppexpanded from macro 'NULLPTR': 308:1: #define NULLPTR nullptrwarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:41:5: TEST(UnitTestMacros, FailureWithCHECK_TRUE)warning : ^'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65 STRCMP_EQUAL("ok", NULLPTR);: 24 ^: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::162306::4319:: notenote: : expanded from macro 'STRCMP_EQUAL'expanded from macro '_override' #define _override override ^ STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:308:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:44 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 1 ^: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]306 :19: note: expanded from macro '_override' TEST(UnitTestStringMacros, FailureWithSTRCMP_EQUALAndActualIsNULL)#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:44:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:314:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, CHECK_TRUEBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:314:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:52:18: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(NULLPTR, "ok"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:52:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(NULLPTR, "ok"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::3141:: 17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h :note22: : expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::264#define NULLPTR nullptr316: :9 ^16: : warningwarning: : 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) CHECK_TRUE(false); ^typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::265108::1869:: note: expanded from macro 'CHECK_TRUE'warning : 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp : ^55 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_EQUALAndExpectedIsNULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp : ^317 :10/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'nullptr' is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' else CHECK_TRUE(true); ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:55:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:320:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, CHECK_TRUEWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:320:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:63:27: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("ok", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:63:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("ok", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:66:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cppTEST(UnitTestStringMacros, FailureWithSTRCMP_CONTAINSAndActualIsNULL): 322^: 5: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 65'nullptr' is incompatible with C++98 [-Wc++98-compat]: 24: note: expanded from macro 'TEST' CHECK_TRUE(false); // LCOV_EXCL_LINE ^ void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^108 :69/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro 'CHECK_TRUE': note: expanded from macro '_override' #define _override override ^ CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:66:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:331:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithCHECK_TRUE_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:331:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:74:21: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS(NULLPTR, "ok"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:74:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS(NULLPTR, "ok"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_CONTAINSAndExpectedIsNULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:338:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, CHECK_TRUE_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:338:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:85:25: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL("ok", NULLPTR, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:85:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL("ok", NULLPTR, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:171:52: note: expanded from macro 'STRNCMP_EQUAL' STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:88:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRNCMP_EQUALAndActualIsNULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp::34488::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:IGNORE_TEST(UnitTestMacros, CHECK_TRUE_TEXTWorksInAnIgnoredTest)35 :^ note: expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :79:27: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ public: void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:344:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:96:19: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL(NULLPTR, "ok", 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:96:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL(NULLPTR, "ok", 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:171:52: note: expanded from macro 'STRNCMP_EQUAL' STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRNCMP_EQUALAndExpectedIsNULL)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp :^351 :5:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning65: :'nullptr' is incompatible with C++98 [-Wc++98-compat]24 : note: expanded from macro 'TEST' CHECK_FALSE(true); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h void testBody() _override; }; \: 114 ^: 62:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro 'CHECK_FALSE'19 : note: expanded from macro '_override' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__)#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp ^: 355:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h1::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' TEST(UnitTestMacros, FailureWithCHECK_FALSE)#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:355:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:107:31: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_EQUAL("ok", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:107:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_EQUAL("ok", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:180:50: note: expanded from macro 'STRCMP_NOCASE_EQUAL' STRCMP_NOCASE_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:361:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:TEST(UnitTestMacros, CHECK_FALSEBehavesAsProperMacro)110 :^1 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]65 :24: note: expanded from macro 'TEST' TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_EQUALAndActualIsNULL) void testBody() _override; }; \^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::65306::2419:: notenote: : expanded from macro 'TEST'expanded from macro '_override' #define _override override void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:361:1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cppwarning:: 110'override' keyword is incompatible with C++98 [-Wc++98-compat]: 1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 67'override' keyword is incompatible with C++98 [-Wc++98-compat]: 35: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 67expanded from macro 'TEST': 35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: #define _override overridenote : ^expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:363:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) CHECK_FALSE(true); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:364:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else CHECK_FALSE(false); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cppexpanded from macro 'CHECK_FALSE': 118:25: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) STRCMP_NOCASE_EQUAL(NULLPTR, "ok"); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::17314:: 17note:: expanded from macro 'NULLPTR'note : expanded from macro 'NULLPTR' #define NULLPTR nullptr ^#define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:118:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_EQUAL(NULLPTR, "ok"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:180:50: note: expanded from macro 'STRCMP_NOCASE_EQUAL' STRCMP_NOCASE_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:121:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_EQUALAndExpectedIsNULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:367:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, CHECK_FALSEWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:121#define _override override: 1 ^: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:367:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:369:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(true); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:129:5 CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__): ^warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note: STRCMP_NOCASE_EQUAL("no", "ok");expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h#define NULLPTR nullptr: 180 ^: 50: note: expanded from macro 'STRCMP_NOCASE_EQUAL' STRCMP_NOCASE_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:132:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_EQUALAndUnequalInput) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:132:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:378:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ TEST(UnitTestMacros, FailureWithCHECK_FALSE_TEXT)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :^306 :19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note65: :expanded from macro '_override'24 : note: expanded from macro 'TEST'#define _override override ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:378:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:140:34: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_CONTAINS("ok", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:140:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_CONTAINS("ok", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:198:53: note: expanded from macro 'STRCMP_NOCASE_CONTAINS' STRCMP_NOCASE_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:143:1: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 385:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_CONTAINSAndActualIsNULL) ^ TEST(UnitTestMacros, CHECK_FALSE_TEXTBehavesAsProperMacro)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :^65 :24:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note65: :expanded from macro 'TEST'24 : note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h void testBody() _override; }; \: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp::385143::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::6767::3535:: notenote: : expanded from macro 'TEST'expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:151:28: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_CONTAINS(NULLPTR, "ok"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:151:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_CONTAINS(NULLPTR, "ok"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:198:53: note: expanded from macro 'STRCMP_NOCASE_CONTAINS' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:391:1 STRCMP_NOCASE_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): ^warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note: expanded from macro 'NULLPTR' IGNORE_TEST(UnitTestMacros, CHECK_FALSE_TEXTWorksInAnIgnoredTest) ^#define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:154:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_CONTAINSAndExpectedIsNULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp65::39124::1 :note : warningexpanded from macro 'TEST': 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 81:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h35::306 :note19: :expanded from macro 'IGNORE_TEST' note: expanded from macro '_override' #define _override override ^ virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:154:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:162:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("hello", "hell"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp: :expanded from macro 'NULLPTR'398 :5:#define NULLPTR nullptr warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(1, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:398:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp3::166 :note1: :expanded from macro 'CHECK_EQUAL' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)TEST(UnitTestStringMacros, FailureWithSTRCMP_EQUAL) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h142::6566::24 :note : noteexpanded from macro 'CHECK_EQUAL_LOCATION': expanded from macro 'TEST' void testBody() _override; }; \ UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::31419::17 :note : noteexpanded from macro '_override': expanded from macro 'NULLPTR' #define _override override #define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:166:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::306402::191:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ TEST(UnitTestMacros, FailureWithCHECK_EQUAL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:402:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:173:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, STRCMP_EQUALBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:173:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:412:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_COMPARE(small, >=, big); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:146:44: note: expanded from macro 'CHECK_COMPARE' CHECK_COMPARE_TEXT(first, relop, second, NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:175:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) STRCMP_EQUAL("1", "2"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp :note416: :expanded from macro 'STRCMP_EQUAL'1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ TEST(UnitTestMacros, FailureWithCHECK_COMPARE)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :^314 :17:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note65: :expanded from macro 'NULLPTR'24 : note: expanded from macro 'TEST'#define NULLPTR nullptr ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:176:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else STRCMP_EQUAL("1", "1"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp :416:1:#define NULLPTR nullptr warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:179:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestStringMacros, STRCMP_EQUALWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:179:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp :422:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, CHECK_COMPAREBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:422:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:181:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Hello", "World"); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp::424190::161:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] if (false) CHECK_COMPARE(1, >, 2); ^TEST(UnitTestStringMacros, FailureWithSTRCMP_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h146::6544::24 :note : noteexpanded from macro 'CHECK_COMPARE': expanded from macro 'TEST' void testBody() _override; }; \ CHECK_COMPARE_TEXT(first, relop, second, NULLPTR) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::31419::17 :note : noteexpanded from macro '_override': expanded from macro 'NULLPTR' #define _override override #define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:190:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:425:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else CHECK_COMPARE(1, <, 2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:146:44: note: expanded from macro 'CHECK_COMPARE' CHECK_COMPARE_TEXT(first, relop, second, NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:198:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, STRCMP_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:428:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cppIGNORE_TEST(UnitTestMacros, CHECK_COMPAREWorksInAnIgnoredTest): 198^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h67::7935::27 :note : noteexpanded from macro 'TEST': expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:428:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:204:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestStringMacros, STRCMP_EQUAL_TEXTWorksInAnIgnoredTest) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp^: 430:3/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 79warning:: 27'nullptr' is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro 'IGNORE_TEST' CHECK_COMPARE(1, >, 2); // LCOV_EXCL_LINE ^ public: void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^146 :44/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro 'CHECK_COMPARE': note: expanded from macro '_override' CHECK_COMPARE_TEXT(first, relop, second, NULLPTR)#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:204:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:440:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithCHECK_COMPARE_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp65::21124::5 :note : warningexpanded from macro 'TEST': 'nullptr' is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ STRNCMP_EQUAL("hello", "hallo", 5); ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h19::171 :note52: :expanded from macro '_override' note: expanded from macro 'STRNCMP_EQUAL' #define _override override ^ STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:440:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp : ^215 :1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' TEST(UnitTestStringMacros, FailureWithSTRNCMP_EQUAL) ^ #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:215:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:447:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, CHECK_COMPARE_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:222:1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cppwarning:: 447'override' keyword is incompatible with C++98 [-Wc++98-compat]: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:TEST(UnitTestStringMacros, STRNCMP_EQUALBehavesAsProperMacro)67 :^35 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro 'TEST'65 :24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:222:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:224:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) STRNCMP_EQUAL("1", "2", 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:171:52: note: expanded from macro 'STRNCMP_EQUAL' STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:225:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else STRNCMP_EQUAL("1", "1", 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:171:52: note: expanded from macro 'STRNCMP_EQUAL' STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::228453::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestStringMacros, STRNCMP_EQUALWorksInAnIgnoredTest) ^ IGNORE_TEST(UnitTestMacros, CHECK_COMPARE_TEXTWorksInAnIgnoredTest) /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h^: 79:27/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 79note:: 27expanded from macro 'IGNORE_TEST': note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ public: void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro '_override': note: expanded from macro '_override' #define _override override ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::228453::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::8181::3535:: notenote: : expanded from macro 'IGNORE_TEST'expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:230:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL("Hello", "World", 3); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:171:52: note: expanded from macro 'STRNCMP_EQUAL' STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:239:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRNCMP_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cppnote:: 464expanded from macro 'TEST': 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19TEST(UnitTestMacros, LONGS_EQUAL_macroExpressionSafety): ^note : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :65:24:#define _override override ^ note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:239:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::464306::119:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67#define _override override: 35 ^: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:247:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, STRNCMP_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:247:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:472:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, UNSIGNED_LONGS_EQUAL_macroExpressionSafety) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:472:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:253:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestStringMacros, STRNCMP_EQUAL_TEXTWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp: public: void testBody() _override; }; \474 : ^5 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'nullptr' is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' UNSIGNED_LONGS_EQUAL(1, 0.4 + 0.7);#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:214:55: note: expanded from macro 'UNSIGNED_LONGS_EQUAL' UNSIGNED_LONGS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:475/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp::5253:: 1warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: UNSIGNED_LONGS_EQUAL(0.4 + 0.7, 1);81 : ^35 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro 'IGNORE_TEST'214 :55: note: expanded from macro 'UNSIGNED_LONGS_EQUAL' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ UNSIGNED_LONGS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314note:: 17expanded from macro '_override': note: expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:480:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, passingCheckEqualWillNotBeEvaluatedMultipleTimesWithCHECK_EQUAL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:260:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_EQUAL("hello", "Hell"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:180:50: note: expanded from macro 'STRCMP_NOCASE_EQUAL' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:480:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::35314:: 17note:: expanded from macro 'TEST'note : expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:264:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_EQUAL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:264:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:483:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(0, _countingMethod()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:483:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:271:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, STRCMP_NOCASE_EQUALBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:271:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:490:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(12345, _countingMethod()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::273490::165:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3 if (false) STRCMP_NOCASE_EQUAL("1", "2");: ^note : expanded from macro 'CHECK_EQUAL' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:180:50: note: expanded from macro 'STRCMP_NOCASE_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: STRCMP_NOCASE_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)note : ^expanded from macro 'CHECK_EQUAL_LOCATION' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ #define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:274:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else STRCMP_NOCASE_EQUAL("1", "1"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:180:50: note: expanded from macro 'STRCMP_NOCASE_EQUAL' STRCMP_NOCASE_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:493:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, failing_CHECK_EQUAL_WithActualBeingEvaluatesMultipleTimesWillGiveAWarning) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:493:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp :277:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIGNORE_TEST(UnitTestStringMacros, STRCMP_NOCASE_EQUALWorksInAnIgnoredTest): 306^: 19: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 79expanded from macro '_override': 27: note: #define _override overrideexpanded from macro 'IGNORE_TEST' ^ public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:277:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:279:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_EQUAL("Hello", "World"); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:180:50: note: expanded from macro 'STRCMP_NOCASE_EQUAL' STRCMP_NOCASE_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:501:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(_countingMethod(), 12345); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:501:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:288:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp ^: 504:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, failing_CHECK_EQUAL_WithExpectedBeingEvaluatesMultipleTimesWillGiveAWarning) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp :288:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:504:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:296:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, STRCMP_NOCASE_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h510::651::24 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:TEST(UnitTestMacros, failing_CHECK_EQUAL_withParamatersThatDontChangeWillNotGiveAnyWarning)306 :^19 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro '_override'65 :24: note#define _override override: expanded from macro 'TEST' ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:296:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \510 : ^1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 67expanded from macro '_override': 35: note: #define _override overrideexpanded from macro 'TEST' ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:302:1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:: 516warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestStringMacros, STRCMP_NOCASE_EQUAL_TEXTWorksInAnIgnoredTest) ^ TEST(UnitTestMacros, CHECK_EQUALBehavesAsProperMacro) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :79:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h27::65 :note24: :expanded from macro 'IGNORE_TEST' note: expanded from macro 'TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: void testBody() _override; }; \306 : ^19 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro '_override': 19: note: #define _override overrideexpanded from macro '_override' ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp::516302::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::6781::3535:: notenote: : expanded from macro 'TEST'expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919: note: :expanded from macro '_override' note: expanded from macro '_override' #define _override override ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:518:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp if (false) CHECK_EQUAL(1, 2);: 309 ^: 5: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]127 :42: note: expanded from macro 'CHECK_EQUAL' STRCMP_CONTAINS("hello", "world"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46 CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): ^note : expanded from macro 'STRCMP_CONTAINS'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note: expanded from macro 'NULLPTR' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) #define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:518:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp314::31317::1 :note : warningexpanded from macro 'NULLPTR': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ TEST(UnitTestStringMacros, FailureWithSTRCMP_CONTAINS) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::313519::110:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67: else CHECK_EQUAL(1, 1);35 : ^ note: expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :127:42: note: expanded from macro 'CHECK_EQUAL' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314note:: 17expanded from macro '_override': note: expanded from macro 'NULLPTR' #define _override override ^ #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:519:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:522:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, CHECK_EQUALWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::320522::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: TEST(UnitTestStringMacros, STRCMP_CONTAINSBehavesAsProperMacro)expanded from macro 'IGNORE_TEST' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h void testBody() _override; }; \: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note: expanded from macro '_override'#define _override override ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:320:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:524:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp CHECK_EQUAL(1, 2); // LCOV_EXCL_LINE: 322 ^: 16: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]127 :42: note: expanded from macro 'CHECK_EQUAL' if (false) STRCMP_CONTAINS("1", "2"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:46 CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): ^note : expanded from macro 'STRCMP_CONTAINS'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note: expanded from macro 'NULLPTR' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define NULLPTR nullptr: 314 ^: 17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:524:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h323::12710:: 3warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'CHECK_EQUAL' else STRCMP_CONTAINS("1", "1"); ^ CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h189::14246::66 :note : noteexpanded from macro 'STRCMP_CONTAINS': expanded from macro 'CHECK_EQUAL_LOCATION' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314note:: 17expanded from macro 'NULLPTR': note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:326:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestStringMacros, STRCMP_CONTAINSWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:326:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:529:355:: notewarning: : expanded from macro 'IGNORE_TEST''nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_TEXT(1, 2, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:130 virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \: 3 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'CHECK_EQUAL_TEXT'306 :19: note: expanded from macro '_override' CHECK_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:533:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithCHECK_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:533:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:328:5: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' STRCMP_CONTAINS("Hello", "World"); // LCOV_EXCL_LINE ^ #define _override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 189:46: note: expanded from macro 'STRCMP_CONTAINS' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:337:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_CONTAINS_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:337:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp306::54119::1 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ TEST(UnitTestMacros, CHECK_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:541:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:345:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, STRCMP_CONTAINS_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:543:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) CHECK_EQUAL_TEXT(1, 2, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:130:3: note: expanded from macro 'CHECK_EQUAL_TEXT' CHECK_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cppexpanded from macro 'CHECK_EQUAL_LOCATION': 345:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67 UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \: 35 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'TEST'314 :17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:544:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else CHECK_EQUAL_TEXT(1, 1, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:130:3: note: expanded from macro 'CHECK_EQUAL_TEXT' CHECK_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp::547351::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, CHECK_EQUAL_TEXTWorksInAnIgnoredTest) IGNORE_TEST(UnitTestStringMacros, STRCMP_CONTAINS_TEXTWorksInAnIgnoredTest)^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h79::7927::27 :note : noteexpanded from macro 'IGNORE_TEST': expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ public: void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp::547351::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::8181::3535:: notenote: : expanded from macro 'IGNORE_TEST'expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:549:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_TEXT(1, 2, "Failed because it failed"); // LCOV_EXCL_LINE; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:130:3: note: expanded from macro 'CHECK_EQUAL_TEXT' CHECK_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::358142::566:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro 'CHECK_EQUAL_LOCATION' STRCMP_NOCASE_CONTAINS("hello", "WORLD"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:198: UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \53 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'STRCMP_NOCASE_CONTAINS': 314:17: note: expanded from macro 'NULLPTR' STRCMP_NOCASE_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)#define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:362:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_CONTAINS) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:362:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:558:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithLONGS_EQUALS) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:558:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:369:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, STRCMP_NOCASE_CONTAINSBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:369:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:573:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithLONGS_EQUALShowsSymbolicParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:371:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp if (false) STRCMP_NOCASE_CONTAINS("never", "executed");: 573 ^: 1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 198'override' keyword is incompatible with C++98 [-Wc++98-compat]: 53: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 67expanded from macro 'STRCMP_NOCASE_CONTAINS': 35: note: expanded from macro 'TEST' STRCMP_NOCASE_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ note ^: expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19#define NULLPTR nullptr: ^note : expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:372:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else STRCMP_NOCASE_CONTAINS("hello", "HELLO WORLD"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:198:53: note: expanded from macro 'STRCMP_NOCASE_CONTAINS' STRCMP_NOCASE_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:375:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestStringMacros, STRCMP_NO_CASE_CONTAINSWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:579:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(fixture.getOutput().contains("Message: ")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp::314375::171:: notewarning: : expanded from macro 'NULLPTR''override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:#define NULLPTR nullptr81 : ^35 : note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:582:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cppTEST(UnitTestMacros, LONGS_EQUALBehavesAsProperMacro): 377^: 5: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 65'nullptr' is incompatible with C++98 [-Wc++98-compat]: 24: note: expanded from macro 'TEST' STRCMP_NOCASE_CONTAINS("Hello", "World"); // LCOV_EXCL_LINE void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::198306::5319:: notenote: : expanded from macro 'STRCMP_NOCASE_CONTAINS'expanded from macro '_override' #define _override override ^ STRCMP_NOCASE_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:582:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:386:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_CONTAINS_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:386:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:588:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, LONGS_EQUALWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:588:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:394:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, STRCMP_NOCASE_CONTAINS_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:394:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:599:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithLONGS_EQUALS_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:599:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:400:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestStringMacros, STRCMP_NO_CASE_CONTAINS_TEXTWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:400:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:607:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, LONGS_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:607:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:405:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, NFirstCharsComparison) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:405:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:613:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, LONGS_EQUAL_TEXTWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79::27407:: 5note:: expanded from macro 'IGNORE_TEST'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h STRNCMP_EQUAL("Hello World!", "Hello Peter!", 0);: 306 ^: 19: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 171expanded from macro '_override': 52: note: #define _override overrideexpanded from macro 'STRNCMP_EQUAL' ^ STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:408:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp STRNCMP_EQUAL("Hello World!", "Hello Peter!", 1);: 613 ^: 1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 171'override' keyword is incompatible with C++98 [-Wc++98-compat]: 52: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 81expanded from macro 'STRNCMP_EQUAL': 35: note: expanded from macro 'IGNORE_TEST' STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17 virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \: ^note : expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19:#define NULLPTR nullptr note ^: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:409:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL("Hello World!", "Hello Peter!", 6); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:171:52: note: expanded from macro 'STRNCMP_EQUAL' STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:410:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL("Hello World!", "Hello", 5); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:171:52: note: expanded from macro 'STRNCMP_EQUAL' STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:415:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL("hello world!", "HELLO WORLD!", 12); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:171:52: note: expanded from macro 'STRNCMP_EQUAL' STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:624:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithBYTES_EQUAL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp : ^419 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, CompareNFirstCharsWithUpperAndLowercase) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:624:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:419:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:631:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, BYTES_EQUALBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:429:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL("Hello World!", "Hello Peter!", 12); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:171:52/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:: 631note:: 1expanded from macro 'STRNCMP_EQUAL': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) note ^: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:433:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, CompareNFirstCharsWithDifferenceInTheMiddle) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:433:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:637:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, BYTES_EQUALWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:637:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp: virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \443 : ^5 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'nullptr' is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' STRNCMP_EQUAL("", "Not empty string", 5); ^#define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:171:52: note: expanded from macro 'STRNCMP_EQUAL' STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:447:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, CompareNFirstCharsWithEmptyString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:447:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:648:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithBYTES_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:648:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp35::457 :note5: :expanded from macro 'TEST' warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL("Not empty string?", "Not empty string!", 17); virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::171306::5219:: notenote: : expanded from macro 'STRNCMP_EQUAL'expanded from macro '_override' #define _override override ^ STRNCMP_EQUAL_LOCATION(expected, actual, length, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:461:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, CompareNFirstCharsWithLastCharDifferent) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:461:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:656:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, BYTES_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:656:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:662:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, BYTES_EQUAL_TEXTWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:662:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:669:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] SIGNED_BYTES_EQUAL(-1, -2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:250:5: note: expanded from macro 'SIGNED_BYTES_EQUAL' SIGNED_BYTES_EQUAL_LOCATION(expected, actual, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:253:80: note: expanded from macro 'SIGNED_BYTES_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertSignedBytesEqual(expected, actual, NULLPTR, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:673:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithSIGNED_BYTES_EQUAL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:673:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:685:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, CHARS_EQUALBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:685:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:687:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) SIGNED_BYTES_EQUAL(-1, -2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:250:5: note: expanded from macro 'SIGNED_BYTES_EQUAL' SIGNED_BYTES_EQUAL_LOCATION(expected, actual, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:253:80: note: expanded from macro 'SIGNED_BYTES_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertSignedBytesEqual(expected, actual, NULLPTR, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:688:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else SIGNED_BYTES_EQUAL(-3, -3); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:250:5: note: expanded from macro 'SIGNED_BYTES_EQUAL' SIGNED_BYTES_EQUAL_LOCATION(expected, actual, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:253:80: note: expanded from macro 'SIGNED_BYTES_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertSignedBytesEqual(expected, actual, NULLPTR, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:691:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, CHARS_EQUALWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:691:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:693:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] SIGNED_BYTES_EQUAL(-7, 19); // LCOV_EXCL_LINE; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:250:5: note: expanded from macro 'SIGNED_BYTES_EQUAL' SIGNED_BYTES_EQUAL_LOCATION(expected, actual, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:253:80: note: expanded from macro 'SIGNED_BYTES_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertSignedBytesEqual(expected, actual, NULLPTR, file, line); } while(0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:702:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithSIGNED_BYTES_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:702:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:710:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, CHARS_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:710:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:716:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, SIGNED_BYTES_EQUAL_TEXTWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:716:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:723:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL((void*)0xa5a5, (void*)0xf0f0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:727:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithPOINTERS_EQUAL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:727:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:734:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, POINTERS_EQUALBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:734:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:736:31: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) POINTERS_EQUAL(NULLPTR, to_void_pointer(0xbeefbeef)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:736:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) POINTERS_EQUAL(NULLPTR, to_void_pointer(0xbeefbeef)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:737:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else POINTERS_EQUAL(to_void_pointer(0xdeadbeef), to_void_pointer(0xdeadbeef)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:740:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, POINTERS_EQUALWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:740:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:742:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL((void*) 0xbeef, (void*) 0xdead); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: note: expanded from macro 'POINTERS_EQUAL' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:751:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithPOINTERS_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:751:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:759:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, POINTERS_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:759:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:761:36: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) POINTERS_EQUAL_TEXT(NULLPTR, to_void_pointer(0xbeefbeef), "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:765:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, POINTERS_EQUAL_TEXTWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:765:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:773:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL((void (*)())0xa5a5, (void (*)())0xf0f0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:777:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithFUNCTIONPOINTERS_EQUAL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:777:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:784:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FUNCTIONPOINTERS_EQUALBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:784:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:786:39: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) FUNCTIONPOINTERS_EQUAL(NULLPTR, to_func_pointer(0xbeefbeef)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:786:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) FUNCTIONPOINTERS_EQUAL(NULLPTR, to_func_pointer(0xbeefbeef)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:787:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else FUNCTIONPOINTERS_EQUAL(to_func_pointer(0xdeadbeef), to_func_pointer(0xdeadbeef)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:790:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, FUNCTIONPOINTERS_EQUALWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:790:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:792:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL((void (*)())0xbeef, (void (*)())0xdead); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:271:59: note: expanded from macro 'FUNCTIONPOINTERS_EQUAL' FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:801:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithFUNCTIONPOINTERS_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:801:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:809:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FUNCTIONPOINTERS_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:809:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:811:44: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) FUNCTIONPOINTERS_EQUAL_TEXT(NULLPTR, to_func_pointer(0xbeefbeef), "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:815:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, FUNCTIONPOINTERS_EQUAL_TEXTWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:815:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:825:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(0.12, 44.1, 0.3); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:829:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithDOUBLES_EQUAL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:829:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:837:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, DOUBLES_EQUALBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:837:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:839:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) DOUBLES_EQUAL(0.0, 1.1, 0.0005); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:840:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else DOUBLES_EQUAL(0.1, 0.2, 0.2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:843:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, DOUBLES_EQUALWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:843:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:845:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(100.0, 0.0, 0.2); // LCOV_EXCL_LINE; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:854:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithDOUBLES_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:854:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:863:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, DOUBLES_EQUAL_TEXTBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:863:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:869:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, DOUBLES_EQUAL_TEXTWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:869:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:878:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(true); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:882:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, SuccessPrintsNothing) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:882:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:: 888note:: 5expanded from macro 'UT_NOTHROW': warning: #define UT_NOTHROW noexcept'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ CHECK(lineOfCodeExecutedAfterCheck); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:896:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, PrintPrintsWhateverPrintPrints) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:896:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h910::3061::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #define _override override ^ TEST(UnitTestMacros, PrintPrintsSimpleStringsForExampleThoseReturnedByFromString) In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::6539:: 24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 191note:: 26expanded from macro 'TEST': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ virtual void setup() _override; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override ^ #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:910:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 214 ^: 46:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'override' keyword is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override' virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^322 :30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp ^: 918:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == 0); ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::28102: :In file included from 55/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 39note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hexpanded from macro 'CHECK': 254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ virtual bool willRun() const _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h314::30617::19 :note : noteexpanded from macro 'NULLPTR': expanded from macro '_override' #define _override override ^ #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp920::285: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hwarning:: 39'nullptr' is incompatible with C++98 [-Wc++98-compat]: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: CHECK_TRUE(0 == 0); warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; note ^: expanded from macro 'CHECK_TRUE'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^ CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:922:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(0 != 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:928:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(100,100); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:928:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:929:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_TEXT(100, 100, "Shouldn't fail"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:130:3: note: expanded from macro 'CHECK_EQUAL_TEXT' CHECK_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:930:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("THIS", "THIS"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:932:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(1.0, 1.0, .01); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:281:55: note: expanded from macro 'DOUBLES_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:934:20: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp'nullptr' is incompatible with C++98 [-Wc++98-compat]: 28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h: POINTERS_EQUAL(NULLPTR, NULLPTR);93 : ^59 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17: note virtual void postTestAction(UtestShell&, TestResult&) _override;: expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:#define NULLPTR nullptr19 : ^ note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:934:29: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::44934: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h5::111 :warning76: :'nullptr' is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(NULLPTR, NULLPTR); ^ virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h262::30651::19 :note : noteexpanded from macro 'POINTERS_EQUAL': expanded from macro '_override' #define _override override ^ POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::28314: :In file included from 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:: 44note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.hexpanded from macro 'NULLPTR': 112:77: warning#define NULLPTR nullptr: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:935:25: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL_TEXT(NULLPTR, NULLPTR, "Shouldn't fail"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:935:34: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL_TEXT(NULLPTR, NULLPTR, "Shouldn't fail"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:#define NULLPTR nullptr28 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:936In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp::528:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h: :'nullptr' is incompatible with C++98 [-Wc++98-compat]45 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: MEMCMP_EQUAL("THIS", "THIS", 5);'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:290 virtual void preTestAction(UtestShell& test, TestResult& result) _override;: 49 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro 'MEMCMP_EQUAL': 19: note: expanded from macro '_override' #define _override override ^ MEMCMP_EQUAL_LOCATION(expected, actual, size, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp17::28 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hexpanded from macro 'NULLPTR': 45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:#define NULLPTR nullptr71 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:938:5: warning: In file included from 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp :28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45: BITS_EQUAL(0x01, (unsigned char )0x01, 0xFF);91 : ^ warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:299:41: note: MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR);expanded from macro 'BITS_EQUAL' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' BITS_LOCATION(expected, actual, mask, NULLPTR, __FILE__, __LINE__) #define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:939:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] BITS_EQUAL(0x0001, (unsigned short )0x0001, 0xFFFF); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:299:41: note: expanded from macro 'BITS_EQUAL' BITS_LOCATION(expected, actual, mask, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:940:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from BITS_EQUAL(0x00000001, (unsigned long )0x00000001, 0xFFFFFFFF);/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp : ^29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::34299:: 41warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'BITS_EQUAL' virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h BITS_LOCATION(expected, actual, mask, NULLPTR, __FILE__, __LINE__): 322 ^: 30:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note314: :expanded from macro '_destructor_override' 17#define _destructor_override override: ^note : expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp void flush() _override: 945 ^: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ TEST(UnitTestMacros, allMacrosFromFunctionThatReturnsAValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp945::291: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :warning181: :'override' keyword is incompatible with C++98 [-Wc++98-compat]36 : warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 67:35: note virtual ~CompositeTestOutput() _destructor_override;: expanded from macro 'TEST' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:: 29note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hexpanded from macro '_override': 183:38: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp: virtual void printDouble(double) _override;950 : ^1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 306'override' keyword is incompatible with C++98 [-Wc++98-compat]: 19: note: expanded from macro '_override' #define _override override ^ TEST(UnitTestMacros, MEMCMP_EQUALBehavesAsAProperMacro) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp::6529:: 24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 198note:: 59expanded from macro 'TEST': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ virtual void printFailure(const TestFailure& failure) _override; ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h306::30619::19 :note : noteexpanded from macro '_override': expanded from macro '_override' #define _override override #define _override override ^ ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:950:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:952:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) MEMCMP_EQUAL("TEST", "test", 5); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:290:49: note: expanded from macro 'MEMCMP_EQUAL' MEMCMP_EQUAL_LOCATION(expected, actual, size, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:953:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else MEMCMP_EQUAL("TEST", "TEST", 5); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:290:49: note: expanded from macro 'MEMCMP_EQUAL' MEMCMP_EQUAL_LOCATION(expected, actual, size, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:45:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(true); /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp ^: 956:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: IGNORE_TEST(UnitTestMacros, MEMCMP_EQUALWorksInAnIgnoredTest)expanded from macro 'CHECK' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) note ^: expanded from macro 'IGNORE_TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: public: void testBody() _override; }; \expanded from macro 'NULLPTR' ^ #define NULLPTR nullptr /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:956:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:50:5 virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \: ^warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306: CHECK_EQUAL(1, 1);19 : ^ note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hexpanded from macro '_override': 127:42: note: #define _override overrideexpanded from macro 'CHECK_EQUAL' ^ CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:50:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:61:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, compareDoubles) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:61:1: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]958 :5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 67warning:: 35'nullptr' is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro 'TEST' MEMCMP_EQUAL("TEST", "test", 5); // LCOV_EXCL_LINE ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^290 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h49::306 :note19: :expanded from macro 'MEMCMP_EQUAL' note: expanded from macro '_override' #define _override override ^ MEMCMP_EQUAL_LOCATION(expected, actual, size, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:966:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(expectedData, actualData, sizeof(expectedData)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:290:49: note: expanded from macro 'MEMCMP_EQUAL' MEMCMP_EQUAL_LOCATION(expected, actual, size, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:65:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(doubles_equal(1.0, 1.001, 0.01)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:66:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!doubles_equal(not_a_number, 1.001, 0.01)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::970102::155:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) TEST(UnitTestMacros, MEMCMP_EQUALFailureWithUnequalInput) ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314:17:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note65: :expanded from macro 'NULLPTR'24 : note#define NULLPTR nullptr: expanded from macro 'TEST' ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp :67:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!doubles_equal(1.0, not_a_number, 0.01)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::68970::51:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35 CHECK(!doubles_equal(1.0, 1.001, not_a_number));: ^note : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h314::30617::19 :note : noteexpanded from macro 'NULLPTR': expanded from macro '_override' #define NULLPTR nullptr ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:69:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!doubles_equal(1.0, 1.1, 0.05)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:70:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!doubles_equal(infinity, 1.0, 0.01)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:71:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!doubles_equal(1.0, infinity, 0.01)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:72:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(doubles_equal(1.0, -1.0, infinity)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:73:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(doubles_equal(infinity, infinity, 0.01)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:74:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(doubles_equal(infinity, infinity, infinity)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:76:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(doubles_equal(a, a, 0.000000001)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp#define NULLPTR nullptr: 982 ^: 18: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(NULLPTR, actualData, sizeof(actualData)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:982:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(NULLPTR, actualData, sizeof(actualData)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:290:49: note: expanded from macro 'MEMCMP_EQUAL' MEMCMP_EQUAL_LOCATION(expected, actual, size, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:986:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, MEMCMP_EQUALFailureWithNullExpected) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:986:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:79:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, FailWillIncreaseTheAmountOfChecks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:79:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:997:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(expectedData, NULLPTR, sizeof(expectedData)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:997:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(expectedData, NULLPTR, sizeof(expectedData)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:290:49: note: expanded from macro 'MEMCMP_EQUAL' MEMCMP_EQUAL_LOCATION(expected, actual, size, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:86:1: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 1001:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, PassedCheckEqualWillIncreaseTheAmountOfChecks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:TEST(UnitTestMacros, MEMCMP_EQUALFailureWithNullActual)65 :^24 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro 'TEST'65 :24: void testBody() _override; }; \ ^ note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'TEST'306 :19: note: expanded from macro '_override' void testBody() _override; }; \ #define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:86:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp#define _override override: 1001 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UtestShell, IgnoreTestAccessingFixture) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1008:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, MEMCMP_EQUALNullExpectedNullActual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1008:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:95:23: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(&fixture != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:95:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(&fixture != NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:98:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, MacrosUsedInSetup) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::981010::118:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35 MEMCMP_EQUAL(NULLPTR, NULLPTR, 0);: ^note : expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \expanded from macro 'NULLPTR' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define NULLPTR nullptr: 306 ^: 19: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp: :expanded from macro '_override'1010 :27: #define _override overridewarning : ^'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(NULLPTR, NULLPTR, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1010:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(NULLPTR, NULLPTR, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:290:49: note: expanded from macro 'MEMCMP_EQUAL' MEMCMP_EQUAL_LOCATION(expected, actual, size, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1011:18: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(NULLPTR, NULLPTR, 1024); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1011:27: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(NULLPTR, NULLPTR, 1024); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1011:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(NULLPTR, NULLPTR, 1024); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:290:49: note: expanded from macro 'MEMCMP_EQUAL' MEMCMP_EQUAL_LOCATION(expected, actual, size, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:107:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, MacrosUsedInTearDown) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:107:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp#define _override override: 1014 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, MEMCMP_EQUALNullPointerIgnoredInExpectationWhenSize0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1014:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:116:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, ExitLeavesQuietly) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:116:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp: :expanded from macro '_override'1017 :15:#define _override override warning ^: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(NULLPTR, actualData, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1017:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(NULLPTR, actualData, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:290:49: note: expanded from macro 'MEMCMP_EQUAL' MEMCMP_EQUAL_LOCATION(expected, actual, size, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1020:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, MEMCMP_EQUALNullPointerIgnoredInActualWhenSize0) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp#define _override override: 132 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, TeardownCalledAfterTestFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1020:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp67::13235::1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::1919:: notenote: : expanded from macro '_override'expanded from macro '_override' #define _override override ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1023:29: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(expectedData, NULLPTR, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1023:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL(expectedData, NULLPTR, 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:290:49: note: expanded from macro 'MEMCMP_EQUAL' MEMCMP_EQUAL_LOCATION(expected, actual, size, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:150:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, TestStopsAfterTestFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:150:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1035:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithMEMCMP_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp::1035156::15:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67 CHECK(fixture.hasTestFailed());: 35 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro 'TEST'102 :55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^: 314:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h17::306 :note19: :expanded from macro 'NULLPTR' note: expanded from macro '_override'#define NULLPTR nullptr ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:161:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, TestStopsAfterSetupFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:161:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1044:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, MEMCMP_EQUAL_TEXTBehavesAsAProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1044:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, veryVebose) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp::1050181::15:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("\n------ before runTest", normalOutput.getOutput().asCharString()); IGNORE_TEST(UnitTestMacros, MEMCMP_EQUAL_TEXTWorksInAnIgnoredTest) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:189:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h46::79 :note27: :expanded from macro 'STRCMP_CONTAINS' note: expanded from macro 'IGNORE_TEST' STRCMP_CONTAINS_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) public: void testBody() _override; }; \ ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::17306:: note19: :expanded from macro 'NULLPTR' note: expanded from macro '_override'#define NULLPTR nullptr ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1050:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:188:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, this_test_covers_the_UtestShell_createTest_and_Utest_testBody_methods) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:188:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1055:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, BITS_EQUALBehavesAsAProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1055:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:202:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, RunInSeparateProcessTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:202:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1057:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) BITS_EQUAL(0x00, 0xFF, 0xFF); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:299:41: note: expanded from macro 'BITS_EQUAL' BITS_LOCATION(expected, actual, mask, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1058:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else BITS_EQUAL(0x00, 0x00, 0xFF); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:299:41: note: expanded from macro 'BITS_EQUAL' BITS_LOCATION(expected, actual, mask, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:218:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, TestDefaultCrashMethodInSeparateProcessTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp :note1061: :expanded from macro 'TEST'1 : warning: void testBody() _override; }; \'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19:IGNORE_TEST(UnitTestMacros, BITS_EQUALWorksInAnIgnoredTest) note^: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:#define _override override27 : ^ note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:218:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1061:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:226:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(fixture.getOutput().contains("signal 11") || fixture.getOutput().contains("signal 4")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1063:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] BITS_EQUAL(0x00, 0xFF, 0xFF); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:299:41: note: expanded from macro 'BITS_EQUAL' BITS_LOCATION(expected, actual, mask, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:244:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:TEST(UtestShell, DestructorIsCalledForLocalObjectsWhenTheTestFails)1068 :^5 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hwarning:: 65'nullptr' is incompatible with C++98 [-Wc++98-compat]: 24: note: expanded from macro 'TEST' BITS_EQUAL(0x00, 0xFF, 0xFF); void testBody() _override; }; \ ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::306299::1941:: notenote: : expanded from macro '_override'expanded from macro 'BITS_EQUAL' #define _override override ^ BITS_LOCATION(expected, actual, mask, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:244:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1072:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, BITS_EQUALFailureWithUnequalInput) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1072:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::248306::519:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' CHECK(destructorWasCalledOnFailedTest);#define _override override ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:259:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void setup() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:266:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(IgnoredUtestShell, doesIgnoreCount) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:266:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1079:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, BITS_EQUALZeroMaskEqual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1079:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:272:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(IgnoredUtestShell, printsIGNORE_TESTwhenVerbose) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:272:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1081:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] BITS_EQUAL(0x00, 0xFF, 0x00); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:299:41: note: expanded from macro 'BITS_EQUAL' BITS_LOCATION(expected, actual, mask, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:279:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(IgnoredUtestShell, runIgnoredOptionSpecifiedThenIncreaseRunCount) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1090:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithBITS_EQUAL_TEXT) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:279: void testBody() _override; }; \1 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h'override' keyword is incompatible with C++98 [-Wc++98-compat]: 306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h19::67 :note35: :expanded from macro '_override' note: expanded from macro 'TEST' #define _override override ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1090:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:287:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(IgnoredUtestShell, runIgnoredOptionNotSpecifiedThenIncreaseIgnoredCount) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:287:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1098:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, BITS_EQUAL_TEXTBehavesAsAProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1098:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:294:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(IgnoredUtestShell, runIgnoredOptionSpecifiedWillNotInfluenceNormalTestCount) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:294:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1104:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, BITS_EQUAL_TEXTWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1104:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp::19302:: 1note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ TEST(IgnoredUtestShell, runIgnoredOptionSpecifiedThenReturnTESTInFormattedName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:302:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:308:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("TEST(TestGroup, TestName)", ignoredTest.getFormattedName().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1110:6: warning: scoped enumerations are incompatible with C++98 [-Wc++98-compat] enum class ScopedIntEnum { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1116:21: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:311:1: ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::B); warning ^ : 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(IgnoredUtestShell, runIgnoredOptionNotSpecifiedThenReturnIGNORETESTInFormattedName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::111665::3924:: warningnote: : enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat]expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::B);306 : ^19 : note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1116:5: warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp'nullptr' is incompatible with C++98 [-Wc++98-compat]: 311:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::B);67 : ^35 : note: expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :308:3: note: expanded from macro 'ENUMS_EQUAL_INT' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: ENUMS_EQUAL_TYPE(int, expected, actual)note : ^expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:#define _override override314 : ^64 : note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1116:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp::1117316::215:: warningwarning: : enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::A); STRCMP_EQUAL("IGNORE_TEST(TestGroup, TestName)", ignoredTest.getFormattedName().asCharString()); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::3141117::1739:: notewarning: : expanded from macro 'NULLPTR'enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::A); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1117:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::A); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:64: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:319:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(IgnoredUtestShell, runIgnoredOptionNotSpecifiedThenWillRunReturnFalse) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp: void testBody() _override; }; \1117 : ^5 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'nullptr' is incompatible with C++98 [-Wc++98-compat]19 : note: expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :308:#define _override override3 : ^ note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:319:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \: 67 ^: 35:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note314: :expanded from macro 'TEST'17 : note: expanded from macro 'NULLPTR' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ #define NULLPTR nullptr ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, TestENUMS_EQUAL_INTWithScopedIntEnum) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:321:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_FALSE(ignoredTest.willRun()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:114:62: note: expanded from macro 'CHECK_FALSE' CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp#define NULLPTR nullptr: 1120 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:324:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(IgnoredUtestShell, runIgnoredOptionSpecifiedThenWillRunReturnTrue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:324:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:327:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(ignoredTest.willRun()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:108:69: note: expanded from macro 'CHECK_TRUE' CHECK_TRUE_LOCATION((bool) (condition), "CHECK_TRUE", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1127:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, ENUMS_EQUAL_INTWithScopedIntEnumBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1127:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 340 ^: 9:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'nullptr' is incompatible with C++98 [-Wc++98-compat]19 : note: CHECK(!inTest);expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:#define _override override102 : ^55 : note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:345:9: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(inTest); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:354:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestMyOwn, test) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp1129::35432::1 :warning : warningenumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' if (false) ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::A); ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1129:50: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] if (false) ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::A); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1129:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::A); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:64: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:356:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(inTest); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cppexpanded from macro 'CHECK': 1129:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :308/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::3314:: 17note:: expanded from macro 'ENUMS_EQUAL_INT'note : expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1130:26: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] else ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::B); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1130:44: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] else ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::B); ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp :363:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestMyOwn, NullParameters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1130:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp :363:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67 else ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::B);: 35 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro 'TEST'308 :3: note: expanded from macro 'ENUMS_EQUAL_INT' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ENUMS_EQUAL_TYPE(int, expected, actual) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h306::31419::64 :note : noteexpanded from macro '_override': expanded from macro 'ENUMS_EQUAL_TYPE' #define _override override ^ ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1130:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:367:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(nullTest.shouldRun(&emptyFilter, &emptyFilter)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1133:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, ENUMS_EQUAL_INTWithScopedIntEnumWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1133:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp19::378 :note23: :expanded from macro '_override' warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override morememory_ = NULLPTR; ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:397:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CanHaveMemberVariablesInTestGroupThatAllocateMemoryWithoutCausingMemoryLeaks, testInTestGroupName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:397:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1135:21: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::A); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1135:39: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::A); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1135:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::A); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:64: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1135:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:437:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShellPointerArrayTest, empty) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:437:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1140:26: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT_TEXT(ScopedIntEnum::B, ScopedIntEnum::A, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1140:44: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT_TEXT(ScopedIntEnum::B, ScopedIntEnum::A, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:439:34: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShellPointerArray tests(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp::1140441::511:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == tests.getFirstTest()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: ENUMS_EQUAL_INT_TEXT(ScopedIntEnum::B, ScopedIntEnum::A, "Failed because it failed"); note ^: expanded from macro 'NULLPTR' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h#define NULLPTR nullptr: 311 ^: 3: note: expanded from macro 'ENUMS_EQUAL_INT_TEXT' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:441:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE_TEXT(int, expected, actual, text) ^ CHECK(NULLPTR == tests.getFirstTest());/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^ 317:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h3::102 :note55: :expanded from macro 'ENUMS_EQUAL_TYPE_TEXT' note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, text, __FILE__, __LINE__) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h314::32717::68 :note : noteexpanded from macro 'NULLPTR': expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' #define NULLPTR nullptr ^ UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1143:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, TestENUMS_EQUAL_INT_TEXTWithScopedIntEnum) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cppexpanded from macro '_override': 444:1: warning#define _override override: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ TEST(UtestShellPointerArrayTest, testsAreInOrder) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp1143::4441::1 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::6767::3535:: notenote: : expanded from macro 'TEST'expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 19 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'306 :19:#define _override override note ^ : expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:447:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(0) == test0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:448:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(1) == test1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:449:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(2) == test2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1151:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, ENUMS_EQUAL_INT_TEXTWithScopedIntEnumBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:452:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShellPointerArrayTest, relinkingTestsWillKeepThemTheSameWhenNothingWasDone) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1151:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp::306452::191:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67#define _override override: 35 ^: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:456:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(0) == test0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:457:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(1) == test1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:458:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(2) == test2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:462:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShellPointerArrayTest, firstTestisNotTheFirstTestWithSeed1234) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:462:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1153:37: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] if (false) ENUMS_EQUAL_INT_TEXT(ScopedIntEnum::B, ScopedIntEnum::A, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:466:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp CHECK(tests.getFirstTest() != test0);: 1153 ^: 55:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning102: :enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat]55 : note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h if (false) ENUMS_EQUAL_INT_TEXT(ScopedIntEnum::B, ScopedIntEnum::A, "Failed because it failed");: 314 ^: 17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1153:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) ENUMS_EQUAL_INT_TEXT(ScopedIntEnum::B, ScopedIntEnum::A, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:311:3: note: expanded from macro 'ENUMS_EQUAL_INT_TEXT' ENUMS_EQUAL_TYPE_TEXT(int, expected, actual, text) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:317:3: note: expanded from macro 'ENUMS_EQUAL_TYPE_TEXT' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:469:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:TEST(UtestShellPointerArrayTest, ShuffleListTestWithRandomAlwaysReturningZero)314 :^17 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 65expanded from macro 'NULLPTR': 24: note: expanded from macro 'TEST'#define NULLPTR nullptr ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1154:31: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:469:1: else ENUMS_EQUAL_INT_TEXT(ScopedIntEnum::B, ScopedIntEnum::B, "Failed because it failed"); warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1154:49: warning virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ else ENUMS_EQUAL_INT_TEXT(ScopedIntEnum::B, ScopedIntEnum::B, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1154:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else ENUMS_EQUAL_INT_TEXT(ScopedIntEnum::B, ScopedIntEnum::B, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:311:3: note: expanded from macro 'ENUMS_EQUAL_INT_TEXT' ENUMS_EQUAL_TYPE_TEXT(int, expected, actual, text) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:317:3: note: expanded from macro 'ENUMS_EQUAL_TYPE_TEXT' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:475:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(0) == test1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:476:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(1) == test2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:477:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(2) == test0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1157:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, ENUMS_EQUAL_EQUAL_INT_TEXTWithScopedIntEnumWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::481306::119:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ TEST(UtestShellPointerArrayTest, ShuffleListTestWithRandomAlwaysReturningOne) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1157:1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cppwarning:: 481'override' keyword is incompatible with C++98 [-Wc++98-compat]: 1: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]81 :35/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 67note:: 35expanded from macro 'IGNORE_TEST': note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^306 :19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro '_override'19 : note#define _override override: expanded from macro '_override' ^ #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:487:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(0) == test0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:488:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(1) == test2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::1159314::2617:: warningnote: : enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat]expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ ENUMS_EQUAL_INT_TEXT(ScopedIntEnum::B, ScopedIntEnum::A, "Failed because it failed"); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:489:5: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp: :'nullptr' is incompatible with C++98 [-Wc++98-compat]1159 :44: CHECK(tests.get(2) == test1);warning : ^enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ENUMS_EQUAL_INT_TEXT(ScopedIntEnum::B, ScopedIntEnum::A, "Failed because it failed"); // LCOV_EXCL_LINE ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1159:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT_TEXT(ScopedIntEnum::B, ScopedIntEnum::A, "Failed because it failed"); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:311:3: note: expanded from macro 'ENUMS_EQUAL_INT_TEXT' ENUMS_EQUAL_TYPE_TEXT(int, expected, actual, text) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:317:3: note: expanded from macro 'ENUMS_EQUAL_TYPE_TEXT' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:492:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShellPointerArrayTest, reverse) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:492:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1162:6: warning: scoped enumerations are incompatible with C++98 [-Wc++98-compat] enum class ScopedLongEnum : long { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1162:1: warning: enumeration types with a fixed underlying type are incompatible with C++98 [-Wc++98-compat] enum class ScopedLongEnum : long { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1168:28: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::B); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::4981168::547:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(0) == test2); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102: ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::B);55 : ^ note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp:499:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(1) == test1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::1168102::555:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::B);/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h : ^314 :17: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro 'NULLPTR'314 :64:#define NULLPTR nullptr note ^: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestTest.cpp17::500 :note5: :expanded from macro 'NULLPTR' warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr CHECK(tests.get(2) == test0); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1168:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1169:28: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::A); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1169:47: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::A); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1169:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::A); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:64: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1169:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, TestENUMS_EQUAL_TYPEWithScopedLongEnum) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1179:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, ENUMS_EQUAL_TYPEWithScopedLongEnumBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1179:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1181:39: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] if (false) ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::A); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1181:58: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] if (false) ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::A); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1181:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::A); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:64: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1181:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1182:33: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] else ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::B); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1182:52: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] else ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::B); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1182:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::B); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:64: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1182:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1185:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, ENUMS_EQUAL_TYPEWithScopedLongEnumWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1185:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1187:28: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::A); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1187:47: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::A); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1187:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE(long, ScopedLongEnum::B, ScopedLongEnum::A); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:64: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1187:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1192:33: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE_TEXT(long, ScopedLongEnum::B, ScopedLongEnum::A, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1192:52: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE_TEXT(long, ScopedLongEnum::B, ScopedLongEnum::A, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1192:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE_TEXT(long, ScopedLongEnum::B, ScopedLongEnum::A, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:317:3: note: expanded from macro 'ENUMS_EQUAL_TYPE_TEXT' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1195:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, TestENUMS_EQUAL_TYPE_TEXTWithScopedLongEnum) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1195:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1203:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, ENUMS_EQUAL_TYPE_TEXTWithScopedLongEnumBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1203:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1205:44: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] if (false) ENUMS_EQUAL_TYPE_TEXT(long, ScopedLongEnum::B, ScopedLongEnum::A, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1205:63: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] if (false) ENUMS_EQUAL_TYPE_TEXT(long, ScopedLongEnum::B, ScopedLongEnum::A, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1205:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) ENUMS_EQUAL_TYPE_TEXT(long, ScopedLongEnum::B, ScopedLongEnum::A, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:317:3: note: expanded from macro 'ENUMS_EQUAL_TYPE_TEXT' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1206:38: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] else ENUMS_EQUAL_TYPE_TEXT(long, ScopedLongEnum::B, ScopedLongEnum::B, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1206:57: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] else ENUMS_EQUAL_TYPE_TEXT(long, ScopedLongEnum::B, ScopedLongEnum::B, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1206:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else ENUMS_EQUAL_TYPE_TEXT(long, ScopedLongEnum::B, ScopedLongEnum::B, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:317:3: note: expanded from macro 'ENUMS_EQUAL_TYPE_TEXT' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1209:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, ENUMS_EQUAL_EQUAL_TYPE_TEXTWithScopedLongEnumWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1209:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1211:33: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE_TEXT(long, ScopedLongEnum::B, ScopedLongEnum::A, "Failed because it failed"); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1211:52: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE_TEXT(long, ScopedLongEnum::B, ScopedLongEnum::A, "Failed because it failed"); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1211:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_TYPE_TEXT(long, ScopedLongEnum::B, ScopedLongEnum::A, "Failed because it failed"); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:317:3: note: expanded from macro 'ENUMS_EQUAL_TYPE_TEXT' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1222:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT(UNSCOPED_ENUM_B, UNSCOPED_ENUM_B); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:64: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1222:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1223:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT(UNSCOPED_ENUM_B, UNSCOPED_ENUM_A); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:64: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1223:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1226:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, TestENUMS_EQUAL_INTWithUnscopedEnum) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1226:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1233:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, ENUMS_EQUAL_INTWithUnscopedEnumBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1233:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1235:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) ENUMS_EQUAL_INT(UNSCOPED_ENUM_B, UNSCOPED_ENUM_A); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:64: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1235:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1236:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else ENUMS_EQUAL_INT(UNSCOPED_ENUM_B, UNSCOPED_ENUM_B); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:64: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1236:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1239:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, ENUMS_EQUAL_INTWithUnscopedEnumWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1239:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1241:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT(UNSCOPED_ENUM_B, UNSCOPED_ENUM_A); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:64: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1241:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:308:3: note: expanded from macro 'ENUMS_EQUAL_INT' ENUMS_EQUAL_TYPE(int, expected, actual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:314:3: note: expanded from macro 'ENUMS_EQUAL_TYPE' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1246:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT_TEXT(UNSCOPED_ENUM_B, UNSCOPED_ENUM_A, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:311:3: note: expanded from macro 'ENUMS_EQUAL_INT_TEXT' ENUMS_EQUAL_TYPE_TEXT(int, expected, actual, text) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:317:3: note: expanded from macro 'ENUMS_EQUAL_TYPE_TEXT' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1249:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, TestENUMS_EQUAL_INT_TEXTWithUnscopedEnum) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1249:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1257:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, ENUMS_EQUAL_INT_TEXTWithUnscopedEnumBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1257:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1259:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) ENUMS_EQUAL_INT_TEXT(UNSCOPED_ENUM_B, UNSCOPED_ENUM_A, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:311:3: note: expanded from macro 'ENUMS_EQUAL_INT_TEXT' ENUMS_EQUAL_TYPE_TEXT(int, expected, actual, text) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:317:3: note: expanded from macro 'ENUMS_EQUAL_TYPE_TEXT' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1260:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else ENUMS_EQUAL_INT_TEXT(UNSCOPED_ENUM_B, UNSCOPED_ENUM_B, "Failed because it failed"); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:311:3: note: expanded from macro 'ENUMS_EQUAL_INT_TEXT' ENUMS_EQUAL_TYPE_TEXT(int, expected, actual, text) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:317:3: note: expanded from macro 'ENUMS_EQUAL_TYPE_TEXT' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1263:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, ENUMS_EQUAL_EQUAL_INT_TEXTWithUnscopedEnumWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:79:27: note: expanded from macro 'IGNORE_TEST' public: void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1263:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:81:35: note: expanded from macro 'IGNORE_TEST' virtual Utest* createTest() _override { return new IGNORE##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1265:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT_TEXT(UNSCOPED_ENUM_B, UNSCOPED_ENUM_A, "Failed because it failed"); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:311:3: note: expanded from macro 'ENUMS_EQUAL_INT_TEXT' ENUMS_EQUAL_TYPE_TEXT(int, expected, actual, text) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:317:3: note: expanded from macro 'ENUMS_EQUAL_TYPE_TEXT' ENUMS_EQUAL_TYPE_LOCATION(underlying_type, expected, actual, text, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:327:68: note: expanded from macro 'ENUMS_EQUAL_TYPE_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, long(0), NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1275:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithCHECK_THROWS_whenDoesntThrow) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1275:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1289:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, SuccessWithCHECK_THROWS) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1289:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1301:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithCHECK_THROWS_whenWrongThrow) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1301:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1309:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, MultipleCHECK_THROWS_inOneScope) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1309:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ 199 warnings generated. 175 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:101:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:102:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:103:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:105:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:115:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:119:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:127:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NullUnknownAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:129:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:130:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:141:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~FailableMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:143:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* allocMemoryLeakNode(size_t size) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:210:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~AccountingTestMemoryAllocator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:212:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual char* alloc_memory(size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:213:88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:215:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual TestMemoryAllocator* actualAllocator() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:218:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:219:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* free_name() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:78:54: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] static int (*original_waitpid)(int, int*, int) = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:108:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UTestPlatformsTest_PlatformSpecificRunTestInASeperateProcess, TestInSeparateProcessWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:108:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:115:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UTestPlatformsTest_PlatformSpecificRunTestInASeperateProcess, FailureInSeparateProcessWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:115:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:128:29: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return *(volatile int*) NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:131:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UTestPlatformsTest_PlatformSpecificRunTestInASeperateProcess, AccessViolationInSeparateProcessWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:131:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:142:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UTestPlatformsTest_PlatformSpecificRunTestInASeperateProcess, StoppedInSeparateProcessWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:142:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:151:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UTestPlatformsTest_PlatformSpecificRunTestInASeperateProcess, CallToForkFailedInSeparateProcessWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:151:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:160:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UTestPlatformsTest_PlatformSpecificRunTestInASeperateProcess, CallToWaitPidWhileDebuggingInSeparateProcessWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:160:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:170:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(waitpid_while_debugging_stub_number_called > waitpid_while_debugging_stub_forced_failures); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:173:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UTestPlatformsTest_PlatformSpecificRunTestInASeperateProcess, CallToWaitPidStopsAndReportsAnErrorAfter20TimesRetry) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:173:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:183:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(waitpid_while_debugging_stub_number_called > 30); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:187:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UTestPlatformsTest_PlatformSpecificRunTestInASeperateProcess, CallToWaitPidFailedInSeparateProcessWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:187:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:196:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UTestPlatformsTest_PlatformSpecificRunTestInASeperateProcess, MultipleTestsInSeparateProcessAreCountedProperly) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:196:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:199:31: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] fixture.runTestWithMethod(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:201:31: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] fixture.runTestWithMethod(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/UtestPlatformTest.cpp:203:31: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] fixture.runTestWithMethod(NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleMutex.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h:31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:40:12: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:80:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleMutexTest, CreateAndDestroy) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:80:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:86:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(1, mutexCreateCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:86:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:87:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(1, mutexDestroyCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:87:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:88:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(0, mutexLockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:88:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:89:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(0, mutexUnlockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:89:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:92:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleMutexTest, LockUnlockTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:92:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:100:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(1, mutexCreateCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:100:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:101:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(1, mutexLockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:101:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:102:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(1, mutexUnlockCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:102:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:103:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(1, mutexDestroyCount); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleMutexTest.cpp:103:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 104 warnings generated. 79 warnings generated. In file included from :1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:22: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:264:9: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef long long cpputest_longlong; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] typedef unsigned long long cpputest_ulonglong; ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:60:70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65:53: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:72:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:73:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:79:42: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:80:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TestTerminatorWithoutExceptions() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:191:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:192:29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void teardown() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:214:46: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:216:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:233:25: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] Utest* createTest() _override { return new ExecFunctionTest(this); } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:234:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:228:67: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:229:116: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:251:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:254:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:255:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:45:5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell&, TestResult&) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:111:76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:48:70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:49:71: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void postTestAction(UtestShell& test, TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h:45: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:45:91: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:120:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ConsoleTestOutput() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:124:45: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char* s) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:155:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:181:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CompositeTestOutput() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:183:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:184:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsEnded(const TestResult& result) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:187:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:189:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:191:48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void verbose(VerbosityLevel level) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void color() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printBuffer(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:194:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:195:30: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(long) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:196:32: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void print(size_t) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printDouble(double) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:198:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setProgressIndicator(const char*) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:201:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void flush() _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:11:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TeamCityTestOutput(void) _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:13:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:14:63: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:15:67: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupStarted(const UtestShell& test) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:16:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentGroupEnded(const TestResult& res) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:2: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TeamCityTestOutput.h:18:59: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:12:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~TeamCityOutputToBuffer() _destructor_override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:16:37: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void printBuffer(const char* s) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:21:18: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void flush() _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:78:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, PrintGroupStarted) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:78:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:81:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("##teamcity[testSuiteStarted name='group']\n", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:84:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, PrintGroupStartedAndEnded) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:84:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:90:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, PrintGroupEndedButNotStarted) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:96:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, PrintTestStarted) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:102:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("##teamcity[testStarted name='test']\n", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:105:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, PrintTestStartedAndEnded) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:105:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:110:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("##teamcity[testStarted name='test']\n##teamcity[testFinished name='test' duration='42']\n", ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:114:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, PrintTestEndedButNotStarted) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:114:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:117:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, PrintTestIgnored) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:120:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:131:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:135:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, PrintWithFailureInSameFile) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:135:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:141:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, PrintWithEscapedCharacters) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:151:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:154:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, PrintFailureWithFailInDifferentFile) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:154:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:160:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:163:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, TestGroupEscaped_Start) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:163:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:169:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, TestGroupEscaped_End) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:180:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:183:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, TestNameEscaped_Start) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:183:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:189:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:192:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, TestNameEscaped_End) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:192:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:200:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:203:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, TestNameEscaped_Ignore) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:203:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:210:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:213:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TeamCityOutputTest, TestNameEscaped_Fail) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:213:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TeamCityOutputTest.cpp:221:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expected, mock->getOutput().asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 569 warnings generated. 115 warnings generated. TestGroup: TeamCityOutputTest TestGroup: UTestPlatformsTest_PlatformSpecificRunTestInASeperateProcess TestGroup: SimpleMutexTest TestGroup: UtestShellPointerArrayTest TestGroup: CanHaveMemberVariablesInTestGroupThatAllocateMemoryWithoutCausingMemoryLeaks TestGroup: UtestMyOwn TestGroup: IgnoredUtestShell TestGroup: UtestShell TestGroup: UnitTestStringMacros TestGroup: UnitTestMacros TestGroup: TestResult TestGroup: PluginTest TestGroup: TestRegistry TestGroup: AllocLetTestFree TestGroup: CompositeTestOutput TestGroup: TestOutput TestGroup: MemoryLeakWarningThreadSafe TestGroup: MemoryLeakWarningGlobalDetectorTest TestGroup: MemoryLeakWarningTest TestGroup: MemoryLeakWarningLocalDetectorTest TestGroup: GlobalMemoryAccountant TestGroup: AccountingTestMemoryAllocator TestGroup: TestMemoryAccountant TestGroup: FailableMemoryAllocator TestGroup: MemoryLeakAllocator TestGroup: TestMemoryAllocatorTest TestGroup: OutOfMemoryTestsForOperatorNew TestGroup: TestForExceptionsInConstructor TestGroup: MemoryLeakOverridesToBeUsedInProductionCode TestGroup: BasicBehavior TestGroup: TestInstaller TestGroup: ReallocBugReported TestGroup: SimpleStringBuffer TestGroup: MemoryLeakDetectorListTest TestGroup: MemoryLeakDetectorTest TestGroup: JUnitOutputTest TestGroup: TestHarness_c TestGroup: TestGroupInC TestGroup: TestFilter TestGroup: RunIgnoredTest TestGroup: CommandLineTestRunner TestGroup: TestFailureNanAndInf TestGroup: TestFailure TestGroup: CommandLineArguments TestGroup: StandardCppLibrary TestGroup: GlobalSimpleStringCache TestGroup: SimpleStringCacheAllocator TestGroup: SimpleStringInternalCache TestGroup: SimpleString TestGroup: GlobalSimpleStringMemoryAccountant TestGroup: CheatSheet TestGroup: SetPointerPluginTest [HOOK - conan-center.py] post_package(): ERROR: [PC-FILES (KB-H020)] The conan-center repository doesn't allow the packages to contain `pc` files. The packages have to be located using generators and the declared `cpp_info` information (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H020) [HOOK - conan-center.py] post_package(): ERROR: [PC-FILES (KB-H020)] Found files: ./lib/pkgconfig/cpputest.pc (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H020) [HOOK - conan-center.py] post_package(): ERROR: [CMAKE-MODULES-CONFIG-FILES (KB-H016)] The conan-center repository doesn't allow the packages to contain CMake find modules or config files. The packages have to be located using generators and the declared `cpp_info` information (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H016) [HOOK - conan-center.py] post_package(): ERROR: [CMAKE-MODULES-CONFIG-FILES (KB-H016)] Found files: ./lib/CppUTest/cmake/CppUTestConfig.cmake (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H016) ERROR: [HOOK - conan-center.py] post_package(): Some checks failed running the hook, check the output